21 #ifndef LIBS_ACN_ROOTPDU_H_ 22 #define LIBS_ACN_ROOTPDU_H_ 27 #include "ola/io/IOStack.h" 29 #include "libs/acn/PDU.h" 36 explicit RootPDU(
unsigned int vector):
46 m_block_size = block ? block->Size() : 0;
51 unsigned int DataSize()
const {
return m_block_size; }
52 bool PackHeader(uint8_t *data,
unsigned int *length)
const;
53 bool PackData(uint8_t *data,
unsigned int *length)
const;
68 unsigned int m_block_size;
72 #endif // LIBS_ACN_ROOTPDU_H_
The ACN component identifier.
The ACN component identifier.
Definition: CID.h:47
Definition: OutputStream.h:54
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44