AVC_SUBUNIT_INFO_BLOCK struttura (avc.h)

La struttura AVC_SUBUNIT_INFO_BLOCK descrive le informazioni sulla subunit.

Sintassi

typedef struct _AVC_SUBUNIT_INFO_BLOCK {
  UCHAR Info[AVC_SUBUNITINFO_BYTES];
} AVC_SUBUNIT_INFO_BLOCK, *PAVC_SUBUNIT_INFO_BLOCK;

Members

Info[AVC_SUBUNITINFO_BYTES]

Ignorato durante l'input. Nell'output, questo contiene fino a otto pagine contigue di informazioni subunit nel formato del comando di unità AV/C SUBUNIT_INFO. Le pagine di informazioni subunit vengono terminate con 0xff. Vedere la sezione 9.11 del comando dell'interfaccia digitale AV/C Set di specifiche generali, Rev 3.0.

Commenti

Questa struttura viene usata con il codice della funzione AVC_FUNCTION_GET_SUBUNIT_INFO .

Questa struttura viene usata solo come membro all'interno della struttura AVC_MULTIFUNC_IRB. Non viene usato da solo.

Per informazioni sulla compilazione e l'invio di un comando AV/C, vedere Come usare Avc.sys .

Requisiti

Requisito Valore
Intestazione avc.h (include Avc.h)

Vedi anche

AVC_FUNCTION

AVC_FUNCTION_GET_SUBUNIT_INFO

AVC_MULTIFUNC_IRB