Public Member Functions

hamcast::ipc::sync_request_view Struct Reference

A view for sync_request messages. More...

#include <message.hpp>

Inheritance diagram for hamcast::ipc::sync_request_view:
hamcast::ipc::message_view

List of all members.

Public Member Functions

function_id fun_id () const
request_id req_id () const

Detailed Description

A view for sync_request messages.


Member Function Documentation

function_id hamcast::ipc::sync_request_view::fun_id (  )  const

Get the ID of the function the client wants to invoke.

Returns:
field1 interpreted as hamcast::ipc::function_id.
request_id hamcast::ipc::sync_request_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