Class UsbDeviceStrings
Definition
- Assembly:
- Tizen.System.Usb.dll
String information for the USB device.
C#Copypublic class UsbDeviceStrings
- Inheritance
-
objectUsbDeviceStrings
Properties
Declaration
C#Copypublic string Manufacturer { get; }
Property Value
| Type | Description |
|---|---|
| string |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Throws an exception if the device is disconnected or not opened for an operation. |
| System.UnauthorizedAccessException | Throws an exception if the user has insufficient permission on the device. |
Declaration
C#Copypublic string Product { get; }
Property Value
| Type | Description |
|---|---|
| string |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Throws an exception if the device is not opened for an operation. |
| System.UnauthorizedAccessException | Throws an exception if the user has insufficient permission on the device. |
Declaration
C#Copypublic string Serial { get; }
Property Value
| Type | Description |
|---|---|
| string |
Exceptions
| Type | Condition |
|---|---|
| System.InvalidOperationException | Throws an exception if the device is not opened for an operation. |
| System.UnauthorizedAccessException | Throws an exception if the user has insufficient permission on the device. |