A view for sync_response messages. More...
#include <message.hpp>
Public Member Functions | |
exception_id | exc_id () const |
request_id | req_id () const |
A view for sync_response messages.
exception_id hamcast::ipc::sync_response_view::exc_id | ( | ) | const |
Get the ID of the occured exception during invocation.
field1
interpreted as hamcast::ipc::exception_id. request_id hamcast::ipc::sync_response_view::req_id | ( | ) | const |
Get the request ID.
field2
interpreted as hamcast::ipc::request_id.