CONNECTED indicates that the node is connected to a mesh.
from enum value: CONNECTED = 2;
CONNECTING indicates that the node is in the process of connecting to a mesh.
from enum value: CONNECTING = 1;
DISCONNECTED indicates that the node is not connected to a mesh.
from enum value: DISCONNECTED = 0;
Generated using TypeDoc
DaemonConnStatus are the statuses of a mesh connection.
Generated
from enum v1.DaemonConnStatus