Ipacket:: getframetype – Teledyne LeCroy SAS_SATA Automation API manual User Manual

Page 112

Advertising
background image

Teledyne LeCroy

SASPacket Object

106

Automation API for Teledyne LeCroy SAS/SATA Protocol Suite

IPacket:: GetFrameType

HRESULT GetFrameType (
[out, retval] long* frame_type )

Returns frame type of this packet.

Parameters

frame_type                  It is the frame type of this packet which can be one of the following 

values:

SAS_FT_UNKNOWN            

0

SAS_FT_PRIMITIVE          

1

SAS_FT_AF_OPEN            

3

SAS_FT_AF_IDENTIFY        

4

SAS_FT_SSP_FRAME          

5

SAS_FT_SMP_FRAME          

6

SAS_FT_STP_FRAME          

7

SAS_FT_IDLE                

8                      

SAS_FT_TRAINING           

SAS_FT_OOB_SIGNAL         

10

SAS_FT_DEV_SLP            

11

Return Value

Remarks

Example

Advertising