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

Embed: (wiki syntax)

« Back to documentation index

ReadingIntervalSetReqDlMsgTag_t Struct Reference

ReadingIntervalSetReqDlMsgTag_t Struct Reference

ReadingIntervalSetReqDlMsg_t. Set the meter reading interval. More...

#include <IotMeterMsgs.hpp>

Data Fields

uint32_t readingIntervalSeconds
 The interval at which the device should send readings.

Detailed Description

ReadingIntervalSetReqDlMsg_t. Set the meter reading interval.

Definition at line 135 of file IotMeterMsgs.hpp.


Field Documentation

The interval at which the device should send readings.

Definition at line 137 of file IotMeterMsgs.hpp.