Defines the possible join states for a node. uint8_t

Enumeration Members

JOINED_NETWORK: 2

The node is joined to a network.

JOINED_NETWORK_NO_PARENT: 3

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

JOINED_NETWORK_S2S_INITIATOR: 4

The node is a Sleepy-to-Sleepy initiator

JOINED_NETWORK_S2S_TARGET: 5

The node is a Sleepy-to-Sleepy target

JOINING_NETWORK: 1

The node is currently attempting to join a network.

LEAVING_NETWORK: 6

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

NO_NETWORK: 0

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