Current status of Configuration Executor.

Public Attributes#

State of Configuration Executor.

uint16_t

Network key index of the executed configuration job
It is valid if the state is not BTMESH_CONF_EXEC_STATE_IDLE.

uint16_t

Destination node primary element address of executed configuration job
It is valid if the state is not BTMESH_CONF_EXEC_STATE_IDLE.

Public Attribute Documentation#

state#

btmesh_conf_executor_state_t btmesh_conf_executor_status_t::state

State of Configuration Executor.


enc_netkey_index#

uint16_t btmesh_conf_executor_status_t::enc_netkey_index

Network key index of the executed configuration job
It is valid if the state is not BTMESH_CONF_EXEC_STATE_IDLE.


server_address#

uint16_t btmesh_conf_executor_status_t::server_address

Destination node primary element address of executed configuration job
It is valid if the state is not BTMESH_CONF_EXEC_STATE_IDLE.