RCONPacket

Undocumented in source.

Constructors

this
this(int id, Type type, string message)
Undocumented in source.

Members

Enums

Type
enum Type
Undocumented in source.

Functions

header
ubyte[] header()
Undocumented in source. Be warned that the author may not have intended to support it.
toBuffer
ubyte[] toBuffer()
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.
write
void write(O stream)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

size
int size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

fromBuffer
RCONPacket fromBuffer(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
read
RCONPacket read(S stream)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

id
int id;
Undocumented in source.
message
string message;
Undocumented in source.
type
Type type;
Undocumented in source.

Meta