hamcast
Version 0.7
|
#include <message.hpp>
Public Member Functions | |
function_id | fun_id () const |
request_id | req_id () const |
A view for sync_request messages.
function_id hamcast::ipc::sync_request_view::fun_id | ( | ) | const |
Get the ID of the function the client wants to invoke.
field1
interpreted as hamcast::ipc::function_id. request_id hamcast::ipc::sync_request_view::req_id | ( | ) | const |
Get the request ID.
field2
interpreted as hamcast::ipc::request_id.