Data Sheet
Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
95
Bit 47 : USB3 Late/Early ITP Error
4.1.10 IUsbPacket::GetRawData
HRESULT GetRawData(
[out] VARIANT* raw_data_array,
[out, retval] int* array_size )
Retrieves the marker text of current packet.
Parameters
raw_data_array Array of bytes where raw data of packet is retrieved.
array_size Pointer to integer variable containing returned bytes count.
Return values
Remarks
For bus conditions returned array is empty.
4.1.11 IUsbPacket::GetUsb3ScrambledData
HRESULT GetUsb3ScrambledData(
[out] VARIANT* scrambled_data_array,
[out, retval] int* array_size )
Retrieves the scrambled raw packet representation of USB3 packets.
Parameters
scrambled_data_array Bytes array variable where scrambled bytes of packet are
retrieved.
array_size Pointer to integer variable containing count of returned bytes.
Return values
Remarks