|
const uint8_t * | Pack (const PDUBlock< PDU > &pdu_block, unsigned int *length) |
|
|
static const uint8_t | ACN_HEADER [] |
|
static const unsigned int | ACN_HEADER_SIZE = sizeof(ACN_HEADER) |
|
static const unsigned int | MAX_DATAGRAM_SIZE = 1472 |
|
◆ AddTCPPreamble()
Add the TCP Preamble to an IOStack
◆ AddUDPPreamble()
Add the UDP Preamble to an IOStack
◆ ACN_HEADER
const uint8_t ola::acn::PreamblePacker::ACN_HEADER |
|
static |
Initial value:= {
0x00, 0x10,
0x00, 0x00,
0x41, 0x53, 0x43, 0x2d,
0x45, 0x31, 0x2e, 0x31,
0x37, 0x00, 0x00, 0x00
}
The documentation for this class was generated from the following files: