beautypg.com

Getifpayloadinstrdata, Getifpayloadinstrlength – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 425

background image


Sierra SAS/SATA Protocol Suite, STX Software API Reference Manual

IExerciserEngine 425

GetIfPayloadInstrData

BOOL GetIfPayloadInstrData (

int nInstructionIndex,

RadixEnum eRadix,

BSTR* bstrFieldStream);


Inputs
int nInstructionIndex

Index of an object (all instructions, including Send)

RadixEnum eRadix

Radix to get data of If Payload instruction (see

RadixEnum

)

BSTR* bstrFieldStream

Data of If Payload instruction in a radix in string format.


Return Value
Returns result of method, whether called by valid index and instruction type or not.

Remark
Returns data of If Payload instruction in string format in a radix based on eRadix parameter.
Call this method only for If Payload instruction.

See Also

SetIfPayloadInstrData