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

#include <message.hpp>

Inheritance diagram for hamcast::ipc::async_send_view:
hamcast::ipc::message_view

Public Member Functions

stream_id stm_id () const
 
socket_id sck_id () const
 
sequence_number seq_nr () 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 async_send messages.

Member Function Documentation

socket_id hamcast::ipc::async_send_view::sck_id ( ) const

Get the ID of the output socket.

Returns
field2 interpreted as hamcast::socket_id.
sequence_number hamcast::ipc::async_send_view::seq_nr ( ) const

Get the sequence number of this message packet.

Returns
field3 interpreted as hamcast::ipc::sequence_number.
stream_id hamcast::ipc::async_send_view::stm_id ( ) const

Get the ID of the output stream.

Returns
field1 interpreted as hamcast::ipc::stream_id.

The documentation for this struct was generated from the following file: