ConnectionResponse

Reply to ConnectionRequest sent only when the node's ip is accepted by the hub. It contains the connection status (accepted or an error code) and the hub's protocol.

Members

Enums

OK
anonymousenum OK
Undocumented in source.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

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

Indicates the version of the protocol used by the hub when the status code indicates that the hub or the node is obsolete.

status
ubyte status;

Indicates the status of connection. If not 0, it indicates an error.

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