UsbInterface.InterfaceNumber Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il numero di interfaccia che identifica l'interfaccia USB. Questo valore è il campo bInterfaceNumber di un descrittore di interfaccia USB standard.
public:
property byte InterfaceNumber { byte get(); };
byte InterfaceNumber();
public byte InterfaceNumber { get; }
var byte = usbInterface.interfaceNumber;
Public ReadOnly Property InterfaceNumber As Byte
Valore della proprietà
Byte
byte
Numero di interfaccia che identifica l'interfaccia USB.