Public Member Functions

hamcast::ipc::sync_response_view Struct Reference

A view for sync_response messages. More...

#include <message.hpp>

Inheritance diagram for hamcast::ipc::sync_response_view:
hamcast::ipc::message_view

List of all members.

Public Member Functions

exception_id exc_id () const
request_id req_id () const

Detailed Description

A view for sync_response messages.


Member Function Documentation

exception_id hamcast::ipc::sync_response_view::exc_id (  )  const

Get the ID of the occured exception during invocation.

Returns:
field1 interpreted as hamcast::ipc::exception_id.
request_id hamcast::ipc::sync_response_view::req_id (  )  const

Get the request ID.

Returns:
field2 interpreted as hamcast::ipc::request_id.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator