Condividi tramite


struttura USBFN_CLASS_INTERFACE (usbfnbase.h)

Descrive un'interfaccia e i relativi endpoint.

Sintassi

typedef struct _USBFN_CLASS_INTERFACE {
  UINT8                  InterfaceNumber;
  UINT8                  PipeCount;
  USBFN_PIPE_INFORMATION PipeArr[MAX_NUM_USBFN_PIPES];
} USBFN_CLASS_INTERFACE, *PUSBFN_CLASS_INTERFACE;

Membri

InterfaceNumber

Numero di indice dell'interfaccia.

PipeCount

Numero di endpoint contenuti nell'interfaccia.

PipeArr[MAX_NUM_USBFN_PIPES]

Matrice di strutture USBFN_PIPE_INFORMATION che descrive gli endpoint nell'interfaccia.

Fabbisogno

Requisito Valore
intestazione usbfnbase.h

Vedere anche

USBFN_PIPE_INFORMATION