OAL_KITLETH_MULTICAST_LIST (Windows CE 5.0)
This function pointer updates multicast addresses for the KITL Ethernet device driver.
typedef BOOL (*OAL_KITLETH_MULTICAST_LIST)( UINT8 *pAddresses, UINT32 count);
Parameters
- pAddresses
[in] Pointer to the list of multicast addresses. - count
[in] Number of multicast addresses.
Return Values
TRUE indicates success.
FALSE indicates failure.
Remarks
The pfnMulticastList member of the OAL_KITL_ETH_DRIVER structure points to the custom function that implements OAL_KITLETH_MULTICAST_LIST.
Requirements
OS Versions: Windows CE 5.0 and later
Header: Oal_kitl.h
Link Library: Developer-defined
See Also
KITL Reference Ethernet Driver Interface | KITL Functions
Send Feedback on this topic to the authors