Setassociatechannels, Getpacketdata – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual
Page 837
Advertising
Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual
ISerialSCSIExtraction 837
SetAssociateChannels
Void SetAssociateChannels (
VARIANT vtAssociateChannels,
int nLength,
BOOL* pbRetVal);
Inputs
VARIANT vtAssociateChannels Is a byte array that keeps a mask-bit channel:
Bit 0: I1-0
Bit 1: T1-0
Bit 2: I1-1
Bit 3: T1-1
Bit 4: I2-0
Bit 5: T2-0
Bit 6: I2-1
Bit 7: T2-1
.
.
.
For example, if this parameter is 0x0C,
only the packets on I1-1 and T1-1 are shown in the sample.
Int nlength
Number of channels (bits) in AssociateChannels parameters.
Return Value
If function call is correct, the return value is True.
Remark
Shows or hides commands specified by channels.
Advertising