UsbInterface.InterfaceNumber Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le numéro d’interface qui identifie l’interface USB. Cette valeur est le champ bInterfaceNumber d’un descripteur d’interface USB standard.
public:
property byte InterfaceNumber { byte get(); };
byte InterfaceNumber();
public byte InterfaceNumber { get; }
var byte = usbInterface.interfaceNumber;
Public ReadOnly Property InterfaceNumber As Byte
Valeur de propriété
Byte
byte
Numéro d’interface qui identifie l’interface USB.