Class UsbDeviceStrings
Definition
- Namespace:
- Tizen.System.Usb
- Assembly:
- Tizen.System.Usb.dll
- API Level:
- 4
String information for the USB device.
public class UsbDeviceStrings
- Inheritance
-
UsbDeviceStrings
Properties
View SourceManufacturer
Gets the string describing the device manufacturer.
Declaration
public string Manufacturer { get; }
Property Value
Type | Description |
---|---|
String |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceProduct
Gets the product string of a device.
Declaration
public string Product { get; }
Property Value
Type | Description |
---|---|
String |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |
API Level: 4
Feature: http://tizen.org/feature/usb.host
View SourceSerial
Gets the serial number of a device.
Declaration
public string Serial { get; }
Property Value
Type | Description |
---|---|
String |
Exceptions
Type | Condition |
---|---|
NotSupportedException | The required feature is not supported. |