nRF5 SDK for Mesh v5.0.0
Data Fields
sensor_setting_status_msg_pkt_t Struct Reference

Message format for the Sensor Setting Status message. More...

#include <sensor_messages.h>

Data Fields

uint16_t property_id
 Property ID for the sensor.
 
uint16_t setting_property_id
 Setting Property ID identifying a setting within a sensor.
 
uint8_t setting_access
 
uint8_t setting_raw []
 

Detailed Description

Message format for the Sensor Setting Status message.

4.2.12 Sensor Setting Status Sensor Setting Status is an unacknowledged message used to report the Sensor Setting state of an element (see Section 4.1.2). The message is sent as a response to the Sensor Setting Get and Sensor Setting Set messages or sent as an unsolicited message. The message structure: Field Size

(octets) Notes

Sensor Property ID 2 Property ID identifying a sensor. Sensor Setting Property ID 2 Setting ID identifying a setting within a sensor. Sensor Setting Access 1 Read / Write access rights for the setting. (Optional) Sensor Setting Raw variable Raw value for the setting. (C.1)

C.1: If the Sensor Setting Access field is present, the Sensor Setting Raw field shall also be present; otherwise this field shall not be present.

Definition at line 302 of file sensor_messages.h.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated