RemoveNode

Notifies the node that another node, previously added with AddNode, has disconnected from the hub.

@clientbound
struct RemoveNode {}

Members

Mixins

__anonymous
mixin IO!(hubId)
Undocumented in source.

Variables

ID
enum ubyte ID;
Undocumented in source.
hubId
uint hubId;

Node's id given by the hub.

Meta