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

Embed: (wiki syntax)

« Back to documentation index

FlashGetCnfUlMsgTag_t Struct Reference

FlashGetCnfUlMsgTag_t Struct Reference

FlashGetCnfUlMsg_t. Sent in response to a FlashGetReqDlMsg. More...

#include <IotMeterMsgs.hpp>

Data Fields

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

Detailed Description

FlashGetCnfUlMsg_t. Sent in response to a FlashGetReqDlMsg.

Definition at line 241 of file IotMeterMsgs.hpp.


Field Documentation

bool onNotOff

The steady state is ON if true, otherwise OFF.

Definition at line 243 of file IotMeterMsgs.hpp.