IdentifyPacket

Undocumented in source.

Constructors

this
this(string token, ushort shard, ushort numShards)

Undocumented in source.

Members

Functions

properties
VibeJSON properties()

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

serialize
VibeJSON serialize()

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

Variables

compress
bool compress;

Undocumented in source.

largeThreshold
ushort largeThreshold;

Undocumented in source.

shard
ushort[2] shard;

Undocumented in source.

token
string token;

Undocumented in source.

Inherited Members

From BasePacket

op
OPCode op;

Undocumented in source.

data
VibeJSON data;

Undocumented in source.

raw
VibeJSON raw;

Undocumented in source.

serialize
VibeJSON serialize(ushort op, VibeJSON data)

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

From Serializable

serialize
VibeJSON serialize()

Undocumented in source.

Meta