hamcast
Version 0.7
|
#include <message.hpp>
Public Member Functions | |
stream_id | stm_id () const |
socket_id | sck_id () const |
sequence_number | seq_nr () const |
A view for async_send messages.
socket_id hamcast::ipc::async_send_view::sck_id | ( | ) | const |
Get the ID of the output socket.
field2
interpreted as hamcast::socket_id. sequence_number hamcast::ipc::async_send_view::seq_nr | ( | ) | const |
Get the sequence number of this message packet.
field3
interpreted as hamcast::ipc::sequence_number. stream_id hamcast::ipc::async_send_view::stm_id | ( | ) | const |
Get the ID of the output stream.
field1
interpreted as hamcast::ipc::stream_id.