PacketImpl

Undocumented in source.

Members

Aliases

__PacketId
alias __PacketId = T
Undocumented in source.
__PacketLength
alias __PacketLength = L
Undocumented in source.

Variables

__packetEndianness
enum Endian __packetEndianness;
Undocumented in source.
__packetIdEndianness
enum Endian __packetIdEndianness;
Undocumented in source.
__packetLengthEndianness
enum Endian __packetLengthEndianness;
Undocumented in source.

Inherited Members

From Packet

encode
void encode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeId
void encodeId(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
encodeBody
void encodeBody(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
autoEncode
ubyte[] autoEncode()
Undocumented in source. Be warned that the author may not have intended to support it.
createInputBuffer
Buffer createInputBuffer()
Undocumented in source. Be warned that the author may not have intended to support it.
decode
void decode(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeId
void decodeId(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
decodeBody
void decodeBody(Buffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
autoDecode
void autoDecode(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
createOutputBuffer
Buffer createOutputBuffer(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta