sensor_get_msg_pkt_t

nRF5 SDK for Mesh v5.0.0

Message format for the Sensor Get message 4.2.13 Sensor Get Sensor Get is an acknowledged message used to get the Sensor Data state (see Section 4.1.4). More...

#include <sensor_messages.h>

Data Fields

uint16_t property_id
 Property ID for the sensor.
 

Detailed Description

Message format for the Sensor Get message 4.2.13 Sensor Get Sensor Get is an acknowledged message used to get the Sensor Data state (see Section 4.1.4).

The response to the Sensor Get message is a Sensor Status message. The message structure:

                        Field Size

Field Name (octets) Notes

Sensor Property ID 2 Property ID identifying a sensor.

Definition at line 321 of file sensor_messages.h.