|
|
|
|
|
getHeaderFormat(self)
Returns the header format as a struct compatible string. |
|
|
|
|
getHeaderValues(self)
Returns a list containing the values used to construct
the packet header. |
|
|
|
|
getDataFormat(self)
Returns a struct compatible format string of the packet data |
|
|
|
|
getMessageValues(self)
Returns a list containing the header+packet values used
to construct the packet |
|
|
|
|
getMessageFormat(self)
Returns a struct compatible format string of the message
header and data |
|
|
|
|
|
|
|
setMessageValuesToDefaults(self)
Override this method to assign default values. |
|
|
|
|
readFromByteBuffer(self,
byteBuffer)
Reconstitute the packet from a ByteBuffer instance |
|
|