Class UsbDeviceStrings
Definition
- Assembly:
- Tizen.System.Usb.dll
String information for the USB device.
public class UsbDeviceStrings
- Inheritance
-
objectUsbDeviceStrings
Properties
View SourceManufacturer
Gets the string describing the device manufacturer.
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Product
Gets the product string of a device.
Declaration
public string Product { get; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |
Serial
Gets the serial number of a device.
Declaration
public string Serial { get; }
Property Value
Type | Description |
---|---|
string |
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | The required feature is not supported. |