1.1.19.6 WDRV_WINC_NETIF_EVENT_HANDLER Typedef
C
typedef void (*WDRV_WINC_NETIF_EVENT_HANDLER) ( DRV_HANDLE handle, WDRV_WINC_NETIF_IDX ifIdx, WDRV_WINC_NETIF_EVENT_TYPE eventType, void *pEventInfo );
Description
Callback to be used to convey network interface events.
Parameters
Parameters | Description |
---|---|
handle | Client handle obtained by a call to WDRV_WINC_Open . |
ifIdx | Network interface index. |
eventType | Event type. |
pEventInfo | Pointer to event specific context information. |
Returns
None.
Remarks
None.