8 iusbpacket::getmarker, 9 iusbpacket::geterrorsbitmap, Iusbpacket::getmarker – Teledyne LeCroy USB Analyzer Automation Manual User Manual

Page 78: Iusbpacket::geterrorsbitmap

Advertising
background image

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite

78

[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

f

ields_names

Array of strings containing fields names.

f

ields_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.

f

ields_values_bit_size

Array of integers containing size of fields in bit.

f

ields_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

Advertising