This is a structure for compatibility with older versions. Do not use unless there is a special reason.
Syntax
typedef struct {
tpfAppWifiCb pfAppWifiCb;
tpfAppMonCb pfAppMonCb;
tstrEthInitParam strEthInitParam;
} tstrWifiInitParam;
Members
- pfAppWifiCb
-
Specify the wireless LAN callback function.
-
Wireless LAN callback function(tpfAppWifiCb)]:
- uint8 u8MsgType
- Callback message.
- uint8 u8MsgType
- Result data.
void wifi_cb(uint8 u8MsgType, void * pvMsg);
- Requirements
- Please specify NULL.
- strEthInitParam
- Please specify NULL.
Requirements
Header file:
lib.hLibrary file:
libSTARTUPOPH5000.a
Last updated: 2020/11/26