1.1.10.1 WDRV_WINC_L2DATA_MONITOR_CALLBACK Typedef

C

typedef void (*WDRV_WINC_L2DATA_MONITOR_CALLBACK)
(
    DRV_HANDLE handle,
    WDRV_WINC_NETIF_IDX ifIdx,
    const uint8_t *const pL2DataPtr,
    size_t l2DataLen
);

Description

This defines a function pointer for a callback to receive L2 data frames.

Parameters

ParametersDescription
handleClient handle obtained by a call to WDRV_WINC_Open.
ifIdxNetwork interface index.
pL2DataPtrPointer to L2 data frame payload.
l2DataLenLength of L2 data frame payload.

Returns

None.

Remarks

None.