Data Sheet

Teledyne LeCroy Automation API Reference Manual for USBTracer, USB Advisor, and Voyager USB Protocol
Suite
78
3.6.2 IusbTrace6::SetTag
HRESULT SetTag( [in] int tag)
Specify a optional unique id for trace. This id could be used as identifier of trace in trace related events
when user works with mutiple traces at same time. See _ITraceEvent interface for furthuer detail.
Parameters
tag optional unique identifier of trace.
Return values
Remarks
3.6.3 IusbTrace6::GetTag
HRESULT GetTag( [out, retval] int* tag)
Retrieves the unique identifer of trace which previously specified by SetTag method.
Parameters
tag optional unique identifier of trace.
Return values
Remarks