Home |
Function USBCDCECM Function USBCDCECMAcceptMulticastList |
Function USBCDCECMUSBCDCECM is an attachment/detachment callback for the CDC ECM USB-Ethernet device driver: int USBCDCECM(RTUDeviceHandle Device, RTUSBEvent Event); Applications which need to support an CDC ECM device should register USBCDCECM using RTURegisterCallback before any USB host controllers are registered. In addition, a network stack device driver such as RTIP-32's CDCECM_DEVICE must be installed. The driver supports up to 2 simultaneously attached CDC EMC devices. The functions USBCDCECMInit, USBCDCECMStatus, USBCDCECMSendFrame, and USBCDCECMAcceptMulticastList are supplied for network stack driver developers. Users of On Time's RTIP-32 do not need these functions, which are used internally by RTIP-32's CDCECM_DEVICE driver.
|