|
RADLib
RADical C++ application framework
|
UDP datagram payload plus sender/target endpoint metadata. More...
#include <RADNet.h>
Public Attributes | |
| std::vector< uint8_t > | payload |
| Raw datagram bytes. More... | |
| std::string | address |
| IPv4/IPv6 address text. More... | |
| uint16_t | port = 0 |
| UDP port in host byte order. More... | |
UDP datagram payload plus sender/target endpoint metadata.
| std::string RADNet::Datagram::address |
IPv4/IPv6 address text.
| std::vector<uint8_t> RADNet::Datagram::payload |
Raw datagram bytes.
| uint16_t RADNet::Datagram::port = 0 |
UDP port in host byte order.