Data structure of the network_transmit_status event.

Public Attributes#

uint16_t
uint32_t

Public Attribute Documentation#

result#

uint16_t sl_btmesh_evt_config_client_network_transmit_status_s::result

SL_STATUS_OK if successful. Error code otherwise.


Definition at line 8678 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

handle#

uint32_t sl_btmesh_evt_config_client_network_transmit_status_s::handle

Request handle


Definition at line 8680 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

transmit_count#

uint8_t sl_btmesh_evt_config_client_network_transmit_status_s::transmit_count

Network transmit count. Valid values range from 1 to 8; default value is 1 (single transmission; no retransmissions).


Definition at line 8681 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h

transmit_interval_ms#

uint16_t sl_btmesh_evt_config_client_network_transmit_status_s::transmit_interval_ms

Network transmit interval in milliseconds. Valid values range from 10 ms to 320 ms, with a resolution of 10 ms. The value will be zero if the transmission count is set to one.


Definition at line 8684 of file /mnt/raid/workspaces/ws.wDIAeKYhQ/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h