Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
93
[out, retval] int* fields_count )
Retrieves the values of all available fields. It returns three arrays that contain name, value and size of
fields.
Parameters
fields_names Array of strings containing fields names.
fields_values Array of DWORDs or bytes arrays containing fields values. If
size of field value is less than or equal to 4 bytes it is DWORD
otherwise bytes array.
fields_values_bit_size Array of integers containing size of fields in bit.
fields_count Pointer to integer variable containing count of fields.
Return values
Remarks
The bit order and byte order are little-Endian for all fields always.
4.1.8 IUsbPacket::GetMarker
HRESULT GetMarker( [out, retval] BSTR* marker )
Retrieves the marker text of current packet.
Parameters
marker Pointer to string variable where marker text is retrieved.
Return values
Remarks
4.1.9 IUsbPacket::GetErrorsBitmap
HRESULT GetErrorsBitmap( [out, retval] VARIANT* errors_bitmap )
Retrieves the errors of packet.
Parameters