AddNode

Notifies the node that another node (that is not the receiver) has connected to the hub.

Members

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

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

Indicates the games and protocols accepted by the node.

hubId
uint hubId;

Identifier given by the hub to uniquey identify the node.

main
bool main;

Whether the node is a main node.

name
string name;

Node's name used for displaying and identification purposes.

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