Public Attributes | List of all members
tstrEthInitParam Struct Reference

Structure to hold Ethernet interface parameters. Structure is to be defined and have its attributes set, based on the application's functionality before a call is made to initialize the wi-fi operations by calling the m2m_wifi_init function. Part of the wi-fi configuration structure tstrWifiInitParam. Applications shouldn't need to define this structure, if the bypass mode is not defined. More...

#include <m2m_wifi.h>

Public Attributes

uint8au8ethRcvBuf
 
tpfAppEthCb pfAppEthCb
 
tpfAppWifiCb pfAppWifiCb
 
uint16 u16ethRcvBufSize
 

Detailed Description

Structure to hold Ethernet interface parameters. Structure is to be defined and have its attributes set, based on the application's functionality before a call is made to initialize the wi-fi operations by calling the m2m_wifi_init function. Part of the wi-fi configuration structure tstrWifiInitParam. Applications shouldn't need to define this structure, if the bypass mode is not defined.

See also
tpfAppEthCb tpfAppWifiCb m2m_wifi_init

Definition at line 350 of file m2m_wifi.h.

Member Data Documentation

◆ au8ethRcvBuf

uint8* tstrEthInitParam::au8ethRcvBuf

Pointer to Receive Buffer of Ethernet Packet

Definition at line 353 of file m2m_wifi.h.

◆ pfAppEthCb

tpfAppEthCb tstrEthInitParam::pfAppEthCb

Callback for Ethernet interface.

Definition at line 352 of file m2m_wifi.h.

◆ pfAppWifiCb

tpfAppWifiCb tstrEthInitParam::pfAppWifiCb

Callback for wifi notifications.

Definition at line 351 of file m2m_wifi.h.

◆ u16ethRcvBufSize

uint16 tstrEthInitParam::u16ethRcvBufSize

Size of Receive Buffer for Ethernet Packet

Definition at line 354 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