Class UsbDeviceInformation
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
Device information for the USB device.
public class UsbDeviceInformation
- Inheritance
-
UsbDeviceInformation
Properties
View SourceClass
Gets the device class.
Declaration
public int Class { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceDeviceVersion
Gets the device release number in binary-coded decimal.
Declaration
public int DeviceVersion { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceProductId
Gets the product ID.
Declaration
public int ProductId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceProtocol
Gets the device protocol.
Declaration
public int Protocol { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceSubclass
Gets the device subclass.
Declaration
public int Subclass { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceUsbVersion
USB specification release number as binary-coded decimal.
Declaration
public int UsbVersion { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
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
View SourceVendorId
Gets the vendor ID.
Declaration
public int VendorId { get; }
Property Value
Type | Description |
---|---|
Int32 |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |