Public Attributes | List of all members
tstrM2mIpCtrlBuf Struct Reference

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
 

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::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 bypass mode is defined before using tstrM2mIpCtrlBuf

Definition at line 379 of file m2m_wifi.h.

Member Data Documentation

◆ u16DataSize

uint16 tstrM2mIpCtrlBuf::u16DataSize

Size of the received data in bytes.

Definition at line 380 of file m2m_wifi.h.

◆ u16RemainigDataSize

uint16 tstrM2mIpCtrlBuf::u16RemainigDataSize

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

Definition at line 381 of file m2m_wifi.h.


The documentation for this struct was generated from the following file:


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03