Home |
Function RTUEndpointPacketSize Function RTUGetFrameNumber |
Function RTUGetFrameNumberRTUGetFrameNumber reads the current frame number from the USB bus the specified device is connected on: int RTUGetFrameNumber(RTUDeviceHandle Device); ParametersDeviceDevice handle of a device on the USB bus to query. return valueThe current frame number for Low- and Full-Speed devices or the current microframe number for High-, SuperSpeed, and SuperSpeedPlus devices. On error, a negative error code is returned.
|