34 #define SDU_FRAG_LEN 2 //number of bytes for length field of a fragment
35 #define SDU_DELIMITER_FLAG_LEN 1 //size of SDUDelimiterFlags in bytes
48 PDU(
const char *name=NULL,
int kind=0) :
PDU_Base(name,kind) {}
unsigned int getHeaderSize()
virtual PDU * dup() const
void copy(const PDU &other)
PDU_Base & operator=(const PDU_Base &other)
PDU(const char *name=NULL, int kind=0)
PDU & operator=(const PDU &other)