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

Embed: (wiki syntax)

« Back to documentation index

LedSetReqDlMsgTag_t Struct Reference

LedSetReqDlMsgTag_t Struct Reference

LedSetReqDlMsg_t. Set the steady state of the red LED on. More...

#include <IotMeterMsgs.hpp>

Data Fields

bool onNotOff
 Make the steady state ON if true, otherwise OFF.

Detailed Description

LedSetReqDlMsg_t. Set the steady state of the red LED on.

Definition at line 197 of file IotMeterMsgs.hpp.


Field Documentation

bool onNotOff

Make the steady state ON if true, otherwise OFF.

OFF is the default state.

Definition at line 199 of file IotMeterMsgs.hpp.