Defines the possible join states for a node. uint8_t

Enumeration Members

JOINED_NETWORK

The node is joined to a network.

JOINED_NETWORK_NO_PARENT

The node is an end device joined to a network but its parent is not responding.

JOINED_NETWORK_S2S_INITIATOR

The node is a Sleepy-to-Sleepy initiator

JOINED_NETWORK_S2S_TARGET

The node is a Sleepy-to-Sleepy target

JOINING_NETWORK

The node is currently attempting to join a network.

LEAVING_NETWORK

The node is in the process of leaving its current network.

NO_NETWORK

The node is not associated with a network in any way.