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

Embed: (wiki syntax)

« Back to documentation index

FlashSetReqDlMsgTag_t Struct Reference

FlashSetReqDlMsgTag_t Struct Reference

FlashSetReqDlMsg_t. Set the red LED to flash when a reading is. More...

#include <IotMeterMsgs.hpp>

Data Fields

bool onNotOff
 If true then the red LED will flash when a reading is being sent, else it will remain in steady state.

Detailed Description

FlashSetReqDlMsg_t. Set the red LED to flash when a reading is.

Definition at line 221 of file IotMeterMsgs.hpp.


Field Documentation

bool onNotOff

If true then the red LED will flash when a reading is being sent, else it will remain in steady state.

The default is to flash when a reading is being sent.

Definition at line 223 of file IotMeterMsgs.hpp.