ReceiveMessage

Receives a binary message sent by another node using SendMessage.

Members

Mixins

__anonymous
mixin IO!(sender, payload)
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.

Meta