AddNode

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

Members

Mixins

__anonymous
mixin IO!(hubId, name, main, acceptedGames)
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.

Meta