Home |
Function USBCDCECMAcceptMulticastList |
Function USBCDCECMAcceptMulticastListUSBCDCECMAcceptMulticastList defines multicast addresses an interface should receive: int USBCDCECMAcceptMulticastList(int DeviceIndex, int Count, const BYTE * Addresses); ParametersDeviceIndexZero-based index of the CDC ECM interface. CountNumber of multicast Ethernet addresses pointed to by parameter Addresses. AddressesPointer to an array of multicast Ethernet addresses. return valueRTU_SUCCESS or a negative error code on failure. As long as this function has never been called or the last call specified zero for parameter Count, no multicast frames are received.
|