Home |
Function USBCDCECMSendFrame Function USBCDCECMAcceptMulticastList |
Function USBCDCECMSendFrameUSBCDCECMSendFrame sends out an Ethernet frame: int USBCDCECMSendFrame(int DeviceIndex, RTUSYSEthernetFrameBuffer * B, const void * Data, UINT Len); ParametersDeviceIndexZero-based index of the CDC ECM interface. BPointer to the network stack's data buffer structure. DataPointer to the data to send. LenNumber of bytes to send. return valueZero if more sends can be queued, 1 if the send queue full, or a negative error code. Function USBCDCECMAcceptMulticastList
|