Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrEthInitParam Struct Reference

tstrEthInitParam Struct Reference
[DataTypes]

Structure to hold Ethernet interface parameters. More...

#include <m2m_wifi.h>

Data Fields

tpfAppWifiCb pfAppWifiCb
tpfAppEthCb pfAppEthCb
uint8au8ethRcvBuf
uint16 u16ethRcvBufSize
uint8 u8EthernetEnable
uint8 __PAD8__

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. This structure is 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
Warning:
Make sure that application defines ETH_MODE before using tstrEthInitParam.

Definition at line 478 of file m2m_wifi.h.


Field Documentation

Callback for wifi notifications.

Definition at line 480 of file m2m_wifi.h.