WINC1500 IoT Software APIs: tstrM2mIpCtrlBuf Struct Reference

WINC1500 IoT Software API

WINC1500 IoT Software APIs  19.5.2
WINC Software API Reference Manual
tstrM2mIpCtrlBuf Struct Reference

Data Fields

uint16 u16DataSize
 
uint16 u16RemainigDataSize
 

Detailed Description

Structure holding the incoming buffer's data size information, indicating the data size of the buffer and the remaining buffer's data size . The data of the buffer which holds the packet sent to the host when in the bypass mode, is placed in the tstrEthInitParam structure in the au8ethRcvBuf attribute. This following information is retrieved in the host when an event M2M_WIFI_RESP_ETHERNET_RX_PACKET is received in the Wi-Fi callback function tpfAppWifiCb.

The application is expected to use this structure's information to determine if there is still incoming data to be received from the firmware.

See also
tpfAppEthCb tstrEthInitParam
Warning
Make sure that ETHERNET/bypass mode is defined before using tstrM2mIpCtrlBuf

Field Documentation

◆ u16DataSize

uint16 u16DataSize

Size of the received data in bytes.

◆ u16RemainigDataSize

uint16 u16RemainigDataSize

Size of the remaining data bytes to be delivered to host.

Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by   doxygen 1.8.13