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

Message format for the Sensor Column Get message (partial) 4.2.15 Sensor Column Get Sensor Column Get is an acknowledged message used to get the Sensor Series Column state (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_x []
 Raw value identifying a column. More...
 

Detailed Description

Message format for the Sensor Column Get message (partial) 4.2.15 Sensor Column Get Sensor Column Get is an acknowledged message used to get the Sensor Series Column state (see Section 4.1.5).

The response to the Sensor Column Get message is a Sensor Column Status message (see Section 4.2.16). The message structure: Field Size (octets) Notes Property ID 2 Property identifying a sensor Raw Value X variable Raw value identifying a column

Definition at line 354 of file sensor_messages.h.

Field Documentation

◆ raw_value_x

uint8_t sensor_column_get_msg_pkt_t::raw_value_x[]

Raw value identifying a column.

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

Definition at line 357 of file sensor_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated