21 #ifndef LIBS_ACN_E131PDU_H_ 22 #define LIBS_ACN_E131PDU_H_ 24 #include "libs/acn/PDU.h" 25 #include "libs/acn/E131Header.h" 46 unsigned int data_size):
51 m_data_size(data_size) {}
55 unsigned int HeaderSize()
const;
56 unsigned int DataSize()
const;
57 bool PackHeader(uint8_t *data,
unsigned int *length)
const;
58 bool PackData(uint8_t *data,
unsigned int *length)
const;
66 const uint8_t *m_data;
67 const unsigned int m_data_size;
71 #endif // LIBS_ACN_E131PDU_H_
Definition: OutputStream.h:54
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44