Condividi tramite


struttura FCP_FRAME (61883.h)

La struttura FCP_FRAME descrive una richiesta fcP (Function Control Protocol).

Sintassi

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

Members

ctype

Tipo di comando o risposta definito dal set di comandi/transazioni usato per questa richiesta.

cts

Cts usato per questa richiesta FCP. CTS specifica il set di comandi, la struttura del campo di comando/risposta e le regole delle transazioni usate per l'invio di comandi e risposte FCP.

payload[511]

Richiesta FCP per questo frame.

Requisiti

Requisito Valore
Intestazione 61883.h (include 61883.h)

Vedi anche

struttura AV_61883_REQUEST