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

Message format for the Sensor Series Status message 4.2.18 Sensor Series Status Sensor Series Status is an unacknowledged message used to report a sequence of the Sensor Series Column states 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[n], column width[n] and raw value y[n], followed by raw value x[n+1] and so on. More...
 

Detailed Description

Message format for the Sensor Series Status message 4.2.18 Sensor Series Status Sensor Series Status is an unacknowledged message used to report a sequence of the Sensor Series Column states of an element (see Section 4.1.5).

The Raw Value X [n], Column Width [n], and Raw Value Y [n] fields are a triplet that may be repeated multiple times within the message. The Raw Value X [n] field is followed by the Column Width [n] field, which is followed by the Raw Value Y [n], which is followed by the Raw Value X [n+1], and so forth.

The message structure: Field Size

Field Name (octets) Notes

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

C.1: If Raw Value X [n] field is present, the Column Width [n], Raw Value Y [n] fields shall also be present; otherwise these fields shall not be present.

Definition at line 432 of file sensor_messages.h.

Field Documentation

◆ raw_value_xwy

uint8_t sensor_series_status_msg_pkt_t::raw_value_xwy[]

Sequence of raw value x[n], column width[n] and raw value y[n], followed by raw value x[n+1] and so on.

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

Definition at line 435 of file sensor_messages.h.


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

Documentation feedback | Developer Zone | Subscribe | Updated