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

Embed: (wiki syntax)

« Back to documentation index

LedGetCnfUlMsgTag_t Struct Reference

LedGetCnfUlMsgTag_t Struct Reference

LedGetCnfUlMsg_t. Sent in response to an LedGetReqDlMsg. More...

#include <IotMeterMsgs.hpp>

Data Fields

bool onNotOff
 The steady state is ON if true, otherwise OFF.

Detailed Description

LedGetCnfUlMsg_t. Sent in response to an LedGetReqDlMsg.

Definition at line 212 of file IotMeterMsgs.hpp.


Field Documentation

bool onNotOff

The steady state is ON if true, otherwise OFF.

Definition at line 214 of file IotMeterMsgs.hpp.