Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
89
4 Primary Dual Interface for Packet
4.1 IUsbPacket Interface
The IUsbPacket interface is the primary dual interface for the UsbPacket object.
IID : C7D7C98D-6AB2-4a25-8235-CE2E1E7A5428
4.1.1 IUsbPacket::GetTimestamp
HRESULT GetTimestamp ( [out, retval] double* timestamp )
Gets the timestamp of packet in nanosecond.
Parameters
timestamp Points to double value where timestamp is retrieved
Return values
Remarks
4.1.2 IUsbPacket::GetDuration
HRESULT GetDuration( [out, retval] double* duration )
Gets the duration of packet in nanosecond.
Parameters
duration Points to double value where duration is retrieved
Return values
Remarks
4.1.3 IUsbPacket::GetSpeed