22 #ifndef PLUGINS_E131_E131_PREAMBLEPACKER_H_
23 #define PLUGINS_E131_E131_PREAMBLEPACKER_H_
25 #include "ola/io/IOStack.h"
26 #include "plugins/e131/e131/PDU.h"
43 unsigned int *length);
48 static const uint8_t ACN_HEADER[];
49 static const unsigned int ACN_HEADER_SIZE;
50 static const unsigned int MAX_DATAGRAM_SIZE = 1472;
53 uint8_t *m_send_buffer;
57 static const uint8_t TCP_ACN_HEADER[];
58 static const unsigned int TCP_ACN_HEADER_SIZE;
63 #endif // PLUGINS_E131_E131_PREAMBLEPACKER_H_