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

Message format for the Sensor Series Get message (partial) 4.2.17 Sensor Series Get Sensor Series Get is an acknowledged message used to get a sequence of the Sensor Series Column states (see Section 4.1.5). More...

#include <sensor_messages.h>

Data Fields

uint16_t property_id
 Property ID for the sensor.
 
uint8_t raw_value_x1x2 []
 Raw value identifying a starting and ending column. More...
 

Detailed Description

Message format for the Sensor Series Get message (partial) 4.2.17 Sensor Series Get Sensor Series Get is an acknowledged message used to get a sequence of the Sensor Series Column states (see Section 4.1.5).

The response to the Sensor Series Get message is a Sensor Series Status message (see Section 4.2.18). The message structure: Field Size

Field Name (octets) Notes

Property ID 2 Property identifying a sensor. Raw Value X1 variable Raw value identifying a starting column. (Optional) Raw Value X2 variable Raw value identifying an ending column. (C.1)

C.1: If the Raw Value X1 field is present, the Raw Value X2 field shall also be present; otherwise this field shall not be present.

Definition at line 400 of file sensor_messages.h.

Field Documentation

◆ raw_value_x1x2

uint8_t sensor_series_get_msg_pkt_t::raw_value_x1x2[]

Raw value identifying a starting and ending column.

This must be correctly formatted (or parsed) by the application.

Definition at line 403 of file sensor_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated