Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
Device information for the USB device.
public class UsbDeviceInformation
- Inheritance
-
Properties
Declaration
public int Class { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source
Gets the device release number in binary-coded decimal.
Declaration
public int DeviceVersion { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
public int ProductId { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
public int Protocol { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
public int Subclass { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source
USB specification release number as binary-coded decimal.
Declaration
public int UsbVersion { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
UnauthorizedAccessException |
Throws exception if user has insufficient permission on device.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host
Declaration
public int VendorId { get; }
Property Value
Type |
Description |
System.Int32 |
|
Exceptions
Type |
Condition |
System.NotSupportedException |
The required feature is not supported.
|
API Level: 4
Feature: http://tizen.org/feature/usb.host