Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more
tstrEthInitParam Struct Reference
[DataTypes]
Structure to hold Ethernet interface parameters. More...
#include <m2m_wifi.h>
Data Fields | |
| tpfAppWifiCb | pfAppWifiCb |
| tpfAppEthCb | pfAppEthCb |
| uint8 * | au8ethRcvBuf |
| 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.
Generated on Wed Jul 13 2022 16:32:38 by
1.7.2