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

Message format for the Sensor Column Status message 4.2.16 Sensor Column Status Sensor Column Status is an unacknowledged message used to report the Sensor Series Column state of an element (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_xwy []
 Sequence of raw value x, column width and raw value y. More...
 

Detailed Description

Message format for the Sensor Column Status message 4.2.16 Sensor Column Status Sensor Column Status is an unacknowledged message used to report the Sensor Series Column state of an element (see Section 4.1.5).

The message structure: Field Size

Field Name (octets) Notes

Property ID 2 Property identifying a sensor and the Y axis. Raw Value X variable Raw value representing the left corner of the column on the X axis. Column Width variable Raw value representing the width of the column. (Optional) Raw Value Y variable Raw value representing the height of the column on the Y axis. (C.1)

C.1: If the Column Width field is present, the Raw Value Y field shall also be present; otherwise this field shall not be present.

Definition at line 377 of file sensor_messages.h.

Field Documentation

◆ raw_value_xwy

uint8_t sensor_column_status_msg_pkt_t::raw_value_xwy[]

Sequence of raw value x, column width and raw value y.

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

Definition at line 380 of file sensor_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated