hunt-imf ~master (2019-10-15T07:29:22Z)
Home
Dub
Repo
MessageBuffer
hunt
imf
MessageBuffer
Undocumented in source.
class
MessageBuffer {
this
();
this
(long type, ubyte[] msgBody);
ubyte
[]
encode
();
static
MessageBuffer
decode
(ubyte[] buff);
long
authId
;
long
messageId
;
ubyte
[]
message
;
}
Constructors
this
this
()
Undocumented in source.
this
this
(long type, ubyte[] msgBody)
Undocumented in source.
Members
Functions
encode
ubyte
[]
encode
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
decode
MessageBuffer
decode
(ubyte[] buff)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
authId
long
authId
;
Undocumented in source.
message
ubyte
[]
message
;
Undocumented in source.
messageId
long
messageId
;
Undocumented in source.
Meta
Source
See Implementation
hunt
imf
MessageBuffer
classes
MessageBuffer