Struct representing one single network.

Public Attributes#

sl_slist_node_t

Linked list of networks.

uint16_t

Netkey index of the network.

uint16_t

Number of nodes in the network.

sl_slist_node_t *

Linked list of nodes in the network.

Public Attribute Documentation#

list_elem#

sl_slist_node_t btmesh_db_network_t::list_elem

Linked list of networks.


netkey_index#

uint16_t btmesh_db_network_t::netkey_index

Netkey index of the network.


node_count#

uint16_t btmesh_db_network_t::node_count

Number of nodes in the network.


node_list#

sl_slist_node_t* btmesh_db_network_t::node_list

Linked list of nodes in the network.