1.1.19.7 WDRV_WINC_NETIF_INFO_HANDLER
C
typedef void (*WDRV_WINC_NETIF_INFO_HANDLER) ( DRV_HANDLE handle, WDRV_WINC_NETIF_IDX ifIdx, WDRV_WINC_NETIF_INFO_TYPE infoType, void *pInfo, WDRV_WINC_STATUS status );
Description
Callback to be used to convey network interface information.
Parameters
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
ifIdx | Network interface index. |
infoType | Information type. |
pInfo | Pointer to information requested. |
status | Status of request operation. |
Returns
None.
Remarks
None.