Data structure of the status event.
Public Attribute Documentation#
client_address#
uint16_t sl_btmesh_evt_sensor_client_status_s::client_address
Destination client model address
Definition at line
12587
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
elem_index#
uint16_t sl_btmesh_evt_sensor_client_status_s::elem_index
Client model element index
Definition at line
12588
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
server_address#
uint16_t sl_btmesh_evt_sensor_client_status_s::server_address
Source server model address
Definition at line
12589
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
appkey_index#
uint16_t sl_btmesh_evt_sensor_client_status_s::appkey_index
The application key index to use
Definition at line
12590
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
flags#
uint8_t sl_btmesh_evt_sensor_client_status_s::flags
No flags defined currently
Definition at line
12591
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h
sensor_data#
uint8array sl_btmesh_evt_sensor_client_status_s::sensor_data
Serialized Sensor Data consisting of one or more Sensor state for each sensor within the element. To simplify processing, the byte array is in TLV format:
1st Property ID: 16 bits
Value Length: 8 bits
Value: variable
2nd Property ID: 16 bits
Value Length: 8 bits
Value: variable
...
If the requested Property ID does not exist at the server element, the reply contains only the given Property ID and zero length.
Definition at line
12592
of file /mnt/raid/workspaces/ws.cynwT2I6w/overlay/gsdk/protocol/bluetooth/build/native/mesh_app/inc/sl_btmesh_api.h