ReceiveMessage

Receives a binary message sent by another node using SendMessage.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
broadcasted
bool broadcasted;

Indicates whether the message was broadcasted to every connected node.

payload
ubyte[] payload;

Bytes received. It could be serialised data or a plugin-defined packet.

sender
uint sender;

Id of the node that has sent the message.

Mixed In Members

From mixin Make

__anonymous
mixin xpacket.maker.Make
Undocumented in source.
fromBuffer
typeof(this) fromBuffer(ubyte[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta