SendMessage

Sends a binary message to some selected nodes or broadcast it.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
addressees
uint[] addressees;

Addressees of the message. If the array is empty the message is broadcasted to every connected node but the sender.

payload
ubyte[] payload;

Bytes to be sent/broadcasted. It may be serialised data or a plugin-defined packet.

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