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)]:
void wifi_cb(uint8 u8MsgType, void * pvMsg);
uint8 u8MsgType
Callback message.
uint8 u8MsgType
Result data.
Requirements
Please specify NULL.
strEthInitParam
Please specify NULL.

Requirements

Header file:
lib.h
Library file:
libSTARTUPOPH5000.a

Last updated: 2020/11/26