STCPPacketHeader (uint8_t* data)
| STCPPacketHeader |
static const size_t SIZE | SIZE |
void initialize (uint32_t seqno,
STCPPacketType type,
const XrlError& err,
uint32_t xrl_data_bytes)
| initialize |
size_t header_size ()
| header_size |
[static]
bool is_valid ()
| is_valid |
[const]
uint32_t fourcc ()
| fourcc |
[const]
uint8_t major ()
| major |
[const]
uint8_t minor ()
| minor |
[const]
STCPPacketType type ()
| type |
[const]
uint32_t seqno ()
| seqno |
[const]
uint32_t error_code ()
| error_code |
[const]
uint32_t error_note_bytes ()
| error_note_bytes |
[const]
uint32_t xrl_data_bytes ()
| xrl_data_bytes |
[const]
uint32_t payload_bytes ()
| payload_bytes |
[const]
uint32_t frame_bytes ()
| frame_bytes |
[const]
bool batch ()
| batch |
[const]
void set_batch (bool batch)
| set_batch |