Public Member Functions

hamcast::ipc::async_send_view Struct Reference

A view for async_send messages. More...

#include <message.hpp>

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

List of all members.

Public Member Functions

stream_id stm_id () const
socket_id sck_id () const
sequence_number seq_nr () 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:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator