WifiIotI2cData

Overview

Related Modules:

Wifiiot

Description:

Defines I2C data transmission attributes.

Summary

Data Fields

Variable Name

Description

sendBuf

unsigned char  

sendLen

unsigned int 

receiveBuf

unsigned char  

receiveLen

unsigned int 

Details

Field Documentation

receiveBuf

  1. unsigned char* WifiIotI2cData::receiveBuf

Description:

Pointer to the buffer for storing data to receive

receiveLen

  1. unsigned int WifiIotI2cData::receiveLen

Description:

Length of data received

sendBuf

  1. unsigned char* WifiIotI2cData::sendBuf

Description:

Pointer to the buffer storing data to send

sendLen

  1. unsigned int WifiIotI2cData::sendLen

Description:

Length of data to send