// 61883.h
typedef struct _FCP_FRAME {
UCHAR ctype : 4;
UCHAR cts : 4;
UCHAR payload[511];
} FCP_FRAME, *PFCP_FRAME;
View the official Windows Driver Kit DDI referenceNo description available.
The FCP_FRAME structure describes a function control protocol (FCP) request.
ctypeThe command or response type as defined by the Command/Transaction Set (CTS) used for this request.
ctsThe CTS used for this FCP request. The CTS specifies the command set, the structure of the command/response field, and the rules of transactions used for sending FCP commands and responses.
payloadThe FCP request for this frame.