A simple CIoT message protocol, used in the Water Meter Demos.

Embed: (wiki syntax)

« Back to documentation index

RssiIndUlMsgTag_t Struct Reference

RssiIndUlMsgTag_t Struct Reference

RssiIndUlMsg_t. The current RSSI reading. More...

#include <IotMeterMsgs.hpp>

Data Fields

uint32_t rssi
 The RSSI reading in arbitrary units, range 0 to 255.

Detailed Description

RssiIndUlMsg_t. The current RSSI reading.

Definition at line 129 of file IotMeterMsgs.hpp.


Field Documentation

uint32_t rssi

The RSSI reading in arbitrary units, range 0 to 255.

Definition at line 131 of file IotMeterMsgs.hpp.