Home |
Function USBAX172AcceptMulticastList |
Function USBAX172AcceptMulticastListUSBAX172AcceptMulticastList defines multicast addresses an interface should receive: int USBAX172AcceptMulticastList(int DeviceIndex, int Count, const BYTE * Addresses); ParametersDeviceIndexZero-based index of the AX172 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. The current implementation only supports receiving all or no multicasts. Once this function is called with Count > 0, all multicasts are received, which may include frames the application is not interested in. The network stack must discard such frames.
|