beautypg.com

Setifpayloadinstrdata, Setifpayloadinstrlength – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 490

background image


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

IExerciserEngine 490

SetIfPayloadInstrData

BOOL SetIfPayloadInstrData (

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 by it.

BSTR bstrFieldStream

Data of If Payload in a radix in string format.


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

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

See Also

GetIfPayloadInstrData