Class UsbDeviceStrings

Definition

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

String information for the USB device.

C#
Copy
public class UsbDeviceStrings
Inheritance
UsbDeviceStrings

Properties

View Source

Manufacturer

Gets the string describing the device manufacturer.

Declaration
C#
Copy
public string Manufacturer { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.InvalidOperationException

Throws an exception if the device is disconnected or not opened for an operation.

UnauthorizedAccessException

Throws an exception if the user has insufficient permission on the device.

API Level: 4
View Source

Product

Gets the product string of a device.

Declaration
C#
Copy
public string Product { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.InvalidOperationException

Throws an exception if the device is not opened for an operation.

UnauthorizedAccessException

Throws an exception if the user has insufficient permission on the device.

API Level: 4
View Source

Serial

Gets the serial number of a device.

Declaration
C#
Copy
public string Serial { get; }
Property Value
Type Description
System.String
Exceptions
Type Condition
System.InvalidOperationException

Throws an exception if the device is not opened for an operation.

UnauthorizedAccessException

Throws an exception if the user has insufficient permission on the device.

API Level: 4