22#ifndef LIBS_ACN_PREAMBLEPACKER_H_
23#define LIBS_ACN_PREAMBLEPACKER_H_
25#include "ola/io/IOStack.h"
26#include "libs/acn/PDU.h"
41 unsigned int *length);
46 static const uint8_t ACN_HEADER[];
47 static const unsigned int ACN_HEADER_SIZE;
48 static const unsigned int MAX_DATAGRAM_SIZE = 1472;
51 uint8_t *m_send_buffer;
55 static const uint8_t TCP_ACN_HEADER[];
56 static const unsigned int TCP_ACN_HEADER_SIZE;
Definition PreamblePacker.h:35
static void AddTCPPreamble(ola::io::IOStack *stack)
Definition PreamblePacker.cpp:102
static void AddUDPPreamble(ola::io::IOStack *stack)
Definition PreamblePacker.cpp:93
The namespace containing all OLA symbols.
Definition Credentials.cpp:44