beautypg.com

Setidentifydevicefieldstream, Getidentifydevicefieldstream – Teledyne LeCroy Sierra SAS_SATA Protocol Analyzer STX API Reference Manual User Manual

Page 632

background image


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

ITargetEmulEngine 632

GetDeviceType

Returns port configuration for selected

board.

SetDeviceType

Sets port configuration for a specific

board.

SetPortSpeedByIndex

Sets speed of a specific port by Index.

GetPortSpeedByIndex

Returns port speed by it’s index.

SetIdentifyDeviceFieldStream

Void SetIdentifyDeviceFieldStream (

int nFieldIndex,

RadixEnum eRadix,

BSTR bstrFieldData);


Inputs
int nFieldIndex

Field index of Identify device page.

Field index is related to Spec version of Identify device Page

RadixEnum eRadix

Format of Field data in stream. (see

RadixEnum

)

BSTR bstrFieldData

Field data in stream value type.


Return Value
None.

Remark
Sets field data in Identify device page. Field specified by index and field data is a stream in a

specific format.

See Also

GetIdentifyDeviceFieldStream