hamcast  Version 0.7
Public Member Functions | List of all members
hamcast::ipc::sync_response_view Struct Reference

#include <message.hpp>

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

Public Member Functions

exception_id exc_id () const
 
request_id req_id () const
 
- Public Member Functions inherited from hamcast::ipc::message_view
boost::uint32_t content_size () const
 
const char * content () const
 
size_t size () const
 
message::ptr message_ptr () 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: