Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Describes an interface and its endpoints.
Syntax
typedef struct _USBFN_CLASS_INTERFACE {
UINT8 InterfaceNumber;
UINT8 PipeCount;
USBFN_PIPE_INFORMATION PipeArr[MAX_NUM_USBFN_PIPES];
} USBFN_CLASS_INTERFACE, *PUSBFN_CLASS_INTERFACE;
Members
InterfaceNumber
The index number of the interface.
PipeCount
The number of endpoints contained in the interface.
PipeArr[MAX_NUM_USBFN_PIPES]
An array of USBFN_PIPE_INFORMATION structures that describes the endpoints in the interface.
Requirements
| Requirement | Value |
|---|---|
| Header | usbfnbase.h |