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

Embed: (wiki syntax)

« Back to documentation index

LedSetCnfUlMsgTag_t Struct Reference

LedSetCnfUlMsgTag_t Struct Reference

LedSetCnfUlMsg_t. Response to LedSetReqDlMsg_t. More...

#include <IotMeterMsgs.hpp>

Data Fields

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

Detailed Description

LedSetCnfUlMsg_t. Response to LedSetReqDlMsg_t.

Definition at line 204 of file IotMeterMsgs.hpp.


Field Documentation

bool onNotOff

The LED is steady-state ON if true, otherwise OFF.

Definition at line 206 of file IotMeterMsgs.hpp.