DataMessage

Undocumented in source.

Constructors

this
this(ulong tag, byte[] data)

Constructs a new DataMessage with the give tag and bytes data

Members

Functions

encode
byte[] encode()
Undocumented in source. Be warned that the author may not have intended to support it.
getData
byte[] getData()
Undocumented in source. Be warned that the author may not have intended to support it.
getTag
ulong getTag()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

decode
DataMessage decode(byte[] bytes)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta