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::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. More...
#include <m2m_wifi.h>
Public Attributes | |
uint16 | u16DataSize |
uint16 | u16RemainigDataSize |
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::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.
Definition at line 379 of file m2m_wifi.h.
uint16 tstrM2mIpCtrlBuf::u16DataSize |
Size of the received data in bytes.
Definition at line 380 of file m2m_wifi.h.
uint16 tstrM2mIpCtrlBuf::u16RemainigDataSize |
Size of the remaining data bytes to be delivered to host.
Definition at line 381 of file m2m_wifi.h.