Class UsbDeviceStrings

    Definition

    Namespace:
    Tizen.System.Usb
    Assembly:
    Tizen.System.Usb.dll

    String information for the USB device.

    public class UsbDeviceStrings
    Inheritance
    object
    UsbDeviceStrings

    Properties

    View Source

    Manufacturer

    Gets the string describing the device manufacturer.

    Declaration
    public string Manufacturer { get; }
    Property Value
    Type Description
    string
    View Source

    Product

    Gets the product string of a device.

    Declaration
    public string Product { get; }
    Property Value
    Type Description
    string
    View Source

    Serial

    Gets the serial number of a device.

    Declaration
    public string Serial { get; }
    Property Value
    Type Description
    string

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX