VoiceSelectProtocolPacket

Undocumented in source.

Constructors

this
this(string protocol, string mode, string ip, ushort port)
Undocumented in source.

Members

Functions

serialize
JSONValue serialize()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ip
string ip;
Undocumented in source.
mode
string mode;
Undocumented in source.
port
ushort port;
Undocumented in source.
protocol
string protocol;
Undocumented in source.

Inherited Members

From BasePacket

op
OPCode op;
Undocumented in source.
data
JSONValue data;
Undocumented in source.
raw
JSONValue raw;
Undocumented in source.
serialize
JSONValue serialize(ushort op, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.

From Serializable

serialize
JSONValue serialize()
Undocumented in source.

Meta