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

Embed: (wiki syntax)

« Back to documentation index

GpioGetReqDlMsgTag_t Struct Reference

GpioGetReqDlMsgTag_t Struct Reference

GpioGetReqDlMsg_t. Gets the state of a GPIO on the C027N board. More...

#include <IotMeterMsgs.hpp>

Data Fields

uint8_t gpio
 The GPIO to get.

Detailed Description

GpioGetReqDlMsg_t. Gets the state of a GPIO on the C027N board.

Definition at line 184 of file IotMeterMsgs.hpp.


Field Documentation

uint8_t gpio

The GPIO to get.

Definition at line 186 of file IotMeterMsgs.hpp.