Home |
Function USBAX772SendFrame Function USBAX772AcceptMulticastList |
Function USBAX772SendFrameUSBAX772SendFrame sends out an Ethernet frame: int USBAX772SendFrame(int DeviceIndex, const void * Data, UINT Len, int Timeout); ParametersDeviceIndexZero-based index of the AX772 interface. DataPointer to the data to send. LenNumber of bytes to send. TimeoutMaximum number of milliseconds to wait for the send process to complete. return valueNumber of bytes sent or a negative error code on failure. The supplied Data buffer is no longer needed when this function returns. Function USBAX772AcceptMulticastList
|