Enumeration ConnectionStatus

DaemonConnStatus are the statuses of a mesh connection.

Generated

from enum v1.DaemonConnStatus

Enumeration Members

Enumeration Members

CONNECTED: 2

CONNECTED indicates that the node is connected to a mesh.

Generated

from enum value: CONNECTED = 2;

CONNECTING: 1

CONNECTING indicates that the node is in the process of connecting to a mesh.

Generated

from enum value: CONNECTING = 1;

DISCONNECTED: 0

DISCONNECTED indicates that the node is not connected to a mesh.

Generated

from enum value: DISCONNECTED = 0;

Generated using TypeDoc