A view for cumulative_ack messages. More...
#include <message.hpp>
Public Member Functions | |
stream_id | stm_id () const |
socket_id | sck_id () const |
sequence_number | pck_id () const |
A view for cumulative_ack messages.
sequence_number hamcast::ipc::cumulative_ack_view::pck_id | ( | ) | const |
Get the ID (sequence_number) of the acknowledged packet.
field3
interpreted as hamcast::ipc::sequence_number. socket_id hamcast::ipc::cumulative_ack_view::sck_id | ( | ) | const |
Get the ID of the output socket.
field2
interpreted as hamcast::socket_id. stream_id hamcast::ipc::cumulative_ack_view::stm_id | ( | ) | const |
Get the ID of the output stream.
field1
interpreted as hamcast::ipc::stream_id.