Метод | Описание | |
---|---|---|
FreeUsbResources ( ) : void | ||
GetDeviceOrDefault ( int vendorID = null, int productID = null, int productVersion = null, string serialNumber = null ) : |
Gets the first connected USB device that matches specified criteria.
|
|
GetDevices ( ) : IEnumerable |
Gets a list of connected USB devices.
|
|
GetDevices ( int vendorID = null, int productID = null, int productVersion = null, string serialNumber = null ) : IEnumerable |
Gets a list of connected USB devices, filtered by some criteria.
|
|
GetDevicesVB ( ) : IEnumerable |
Gets a list of connected USB devices. This overload is meant for Visual Basic 6 and COM clients.
|
|
HidDeviceLoader ( ) : System |
Initializes a new instance of the HidDeviceLoader class.
|
public static FreeUsbResources ( ) : void | ||
Результат | void |
public GetDeviceOrDefault ( int vendorID = null, int productID = null, int productVersion = null, string serialNumber = null ) : |
||
vendorID | int | The vendor ID, or null to not filter by vendor ID. |
productID | int | The product ID, or null to not filter by product ID. |
productVersion | int | The product version, or null to not filter by product version. |
serialNumber | string | The serial number, or null to not filter by serial number. |
Результат |
public GetDevices ( int vendorID = null, int productID = null, int productVersion = null, string serialNumber = null ) : IEnumerable |
||
vendorID | int | The vendor ID, or null to not filter by vendor ID. |
productID | int | The product ID, or null to not filter by product ID. |
productVersion | int | The product version, or null to not filter by product version. |
serialNumber | string | The serial number, or null to not filter by serial number. |
Результат | IEnumerable |