Function USBAX172
USBAX172 is an attachment/detachment callback for the AX172 USB-Ethernet device driver:
int USBAX172(RTUDeviceHandle Device, RTUSBEvent Event);
Applications which need to support the AX172 device should register USBAX172 using RTURegisterCallback before any USB host controllers are registered. In addition, a network stack device driver such as RTIP-32's AX172_DEVICE must be installed. The driver supports up to 8 simultaneously attached AX172 devices.
The functions USBAX172Init, USBAX172Status, USBAX172SendBuffer, USBAX172CancelSend, and USBAX172AcceptMulticastList 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 AX172_DEVICE driver.
Function USBAX172Init
|