![]() |
WINC1500 IoT Software APIs
19.5.2
WINC Software API Reference Manual
|
tstrEthInitParam Struct Reference
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.
Field Documentation
◆ pfAppWifiCb
tpfAppWifiCb pfAppWifiCb |
Callback for wifi notifications.
◆ pfAppEthCb
tpfAppEthCb pfAppEthCb |
Callback for Ethernet interface.
◆ au8ethRcvBuf
uint8* au8ethRcvBuf |
Pointer to Receive Buffer of Ethernet Packet
◆ u16ethRcvBufSize
uint16 u16ethRcvBufSize |
Size of Receive Buffer for Ethernet Packet
◆ u8EthernetEnable
uint8 u8EthernetEnable |
Enable Ethernet mode flag
◆ __PAD8__
uint8 __PAD8__ |
Padding
Generated on Thu Jan 26 2017 22:15:21 for WINC1500 IoT Software APIs by
