Data structure of the register_status event.
Public Attribute Documentation#
destination_address#
uint16_t sl_btmesh_evt_scene_client_register_status_s::destination_address
Address of the client or the group address to which it was published.
elem_index#
uint16_t sl_btmesh_evt_scene_client_register_status_s::elem_index
Index of the element for which received the status.
server_address#
uint16_t sl_btmesh_evt_scene_client_register_status_s::server_address
Device which sent the status.
appkey_index#
uint16_t sl_btmesh_evt_scene_client_register_status_s::appkey_index
Appkey used by client_address.
current_scene#
uint16_t sl_btmesh_evt_scene_client_register_status_s::current_scene
Currently selected scene.
scenes#
uint8array sl_btmesh_evt_scene_client_register_status_s::scenes
List of stored scenes on the server derived from the Scene Register. It contains a variable length array of 16-bit values representing Scene Numbers in little endian format.