RADLib
RADical C++ application framework
RADNet::Datagram Struct Reference

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...
 

Detailed Description

UDP datagram payload plus sender/target endpoint metadata.

Member Data Documentation

◆ address

std::string RADNet::Datagram::address

IPv4/IPv6 address text.

◆ payload

std::vector<uint8_t> RADNet::Datagram::payload

Raw datagram bytes.

◆ port

uint16_t RADNet::Datagram::port = 0

UDP port in host byte order.


The documentation for this struct was generated from the following file: