|
RADLib
RADical C++ application framework
|
Binary TCP protocol frame: u32 messageId, u32 payloadSize, payload. More...
#include <RADNet.h>
Public Attributes | |
| uint32_t | messageId = 0 |
| Message identifier in host byte order. More... | |
| std::vector< uint8_t > | payload |
| Raw payload bytes. More... | |
Binary TCP protocol frame: u32 messageId, u32 payloadSize, payload.
| uint32_t RADNet::RADTcpFrame::messageId = 0 |
Message identifier in host byte order.
| std::vector<uint8_t> RADNet::RADTcpFrame::payload |
Raw payload bytes.