Message

Undocumented in source.

Members

Aliases

float128
alias float128 = real
Undocumented in source.
float32
alias float32 = float
Undocumented in source.
float64
alias float64 = double
Undocumented in source.
int16
alias int16 = short
Undocumented in source.
int32
alias int32 = int
Undocumented in source.
int64
alias int64 = long
Undocumented in source.
int8
alias int8 = byte
Undocumented in source.
uint16
alias uint16 = ushort
Undocumented in source.
uint32
alias uint32 = uint
Undocumented in source.
uint64
alias uint64 = ulong
Undocumented in source.
uint8
alias uint8 = ubyte
Undocumented in source.

Functions

serialize
ubyte[] serialize(T message, string method)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

deserialize
T deserialize(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
Variant[] deserialize(ubyte[] buffer, string name, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
deserialize
T deserialize(ubyte[] buffer, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
getMessageInfo
void getMessageInfo(ubyte[] buffer, string name, string method)
Undocumented in source. Be warned that the author may not have intended to support it.
serialize_without_msginfo
ubyte[] serialize_without_msginfo(string method, Params params)
Undocumented in source. Be warned that the author may not have intended to support it.
settings
void settings(ushort magic, CryptType crypt, string key)
Undocumented in source. Be warned that the author may not have intended to support it.
settings
void settings(ushort magic, RSAKeyInfo rsaKey, bool mixinXteaMode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta