#include <headers.hpp>
Static Public Member Functions | |
static SubPacketHeader | decode (const unsigned char *buffer, const unsigned int &size) |
static void | encode (const SubPacketHeader &header, ByteArray &buffer) |
Appends the sub-packet id, length to the buffer. More... | |
Definition at line 55 of file headers.hpp.
|
static |
Definition at line 64 of file headers.cpp.
|
static |
Appends the sub-packet id, length to the buffer.
Definition at line 54 of file headers.cpp.