Class UsbDeviceInformation

Definition

Namespace:
Tizen.System.Usb
Assembly:
Tizen.System.Usb.dll
API Level:
4

Device information for the USB device.

C#
Copy
public class UsbDeviceInformation
Inheritance
System.Object
UsbDeviceInformation

Properties

View Source

Class

Gets the device class.

Declaration
C#
Copy
public int Class { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

DeviceVersion

Gets the device release number in binary-coded decimal.

Declaration
C#
Copy
public int DeviceVersion { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

ProductId

Gets the product ID.

Declaration
C#
Copy
public int ProductId { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

Protocol

Gets the device protocol.

Declaration
C#
Copy
public int Protocol { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

Subclass

Gets the device subclass.

Declaration
C#
Copy
public int Subclass { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host
View Source

UsbVersion

USB specification release number as binary-coded decimal.

Declaration
C#
Copy
public int UsbVersion { get; }
Property Value
Type Description
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
View Source

VendorId

Gets the vendor ID.

Declaration
C#
Copy
public int VendorId { get; }
Property Value
Type Description
Int32
Exceptions
Type Condition
System.NotSupportedException

The required feature is not supported.

API Level: 4
Feature: http://tizen.org/feature/usb.host