sensor_mpid_b_t

nRF5 SDK for Mesh v5.0.0

Format B of the Marshalled Property ID (MPID) field. More...

#include <sensor_utils.h>

Data Fields

uint8_t format: 1
 Format B tag, 0b1.
 
uint8_t length: 7
 Length of the Property Value.
 
uint16_t property_id: 16
 Property identifying a sensor.
 

Detailed Description

Format B of the Marshalled Property ID (MPID) field.

Definition at line 91 of file sensor_utils.h.