PacketHeader

Constructors

this
this(uint id, uint length, uint extlen)
Undocumented in source.

Members

Functions

data
ubyte[] data()
Undocumented in source. Be warned that the author may not have intended to support it.
extendLength
uint extendLength()
Undocumented in source. Be warned that the author may not have intended to support it.
messageId
uint messageId()
Undocumented in source. Be warned that the author may not have intended to support it.
messageLength
long messageLength()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

encode
ubyte[] encode(MessageBuffer message)
Undocumented in source. Be warned that the author may not have intended to support it.
parse
PacketHeader parse(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta