Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
Device information for the USB device.
public class UsbDeviceInformation
- Inheritance
-
object
UsbDeviceInformation
Properties
Declaration
public int Class { get; }
Property Value
View Source
Gets the device release number in binary-coded decimal.
Declaration
public int DeviceVersion { get; }
Property Value
Declaration
public int ProductId { get; }
Property Value
Declaration
public int Protocol { get; }
Property Value
Declaration
public int Subclass { get; }
Property Value
View Source
USB specification release number as binary-coded decimal.
Declaration
public int UsbVersion { get; }
Property Value
Exceptions
| Type |
Condition |
| System.UnauthorizedAccessException |
Throws an exception if the user has insufficient permission on the device.
|
Declaration
public int VendorId { get; }
Property Value