FCP_FRAME structure (61883.h)

The FCP_FRAME structure describes a function control protocol (FCP) request.

Syntax

typedef struct _FCP_FRAME {
  UCHAR ctype : 4;
  UCHAR cts : 4;
  UCHAR payload[511];
} FCP_FRAME, *PFCP_FRAME;

Members

ctype

The command or response type as defined by the Command/Transaction Set (CTS) used for this request.

cts

The 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.

payload[511]

The FCP request for this frame.

Requirements

Requirement Value
Header 61883.h (include 61883.h)

See also

AV_61883_REQUEST structure