Class UsbDeviceInformation
Definition
- Assembly:
- Tizen.System.Usb.dll
Device information for the USB device.
public class UsbDeviceInformation
- Inheritance
-
objectUsbDeviceInformation
Properties
View SourceClass
Gets the device class.
Declaration
public int Class { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
DeviceVersion
Gets the device release number in binary-coded decimal.
Declaration
public int DeviceVersion { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
ProductId
Gets the product ID.
Declaration
public int ProductId { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Protocol
Gets the device protocol.
Declaration
public int Protocol { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Subclass
Gets the device subclass.
Declaration
public int Subclass { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
UsbVersion
USB specification release number as binary-coded decimal.
Declaration
public int UsbVersion { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
System.UnauthorizedAccessException | Throws exception if user has insufficient permission on device. |
VendorId
Gets the vendor ID.
Declaration
public int VendorId { get; }
Property Value
Type | Description |
---|---|
int |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |