Class UsbManager

    Definition

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

    The USB Manager class.

    public class UsbManager : IDisposable
    Inheritance
    object
    UsbManager

    Constructors

    View Source

    UsbManager()

    The USB Manager constructor.

    Declaration
    public UsbManager()

    Properties

    View Source

    AvailableDevices

    This function returns a list of USB devices attached to the system.

    Declaration
    public IEnumerable<UsbDevice> AvailableDevices { get; }
    Property Value
    Type Description
    IEnumerable<><UsbDevice>

    Methods

    View Source

    Dispose()

    Declaration
    public void Dispose()
    View Source

    ~UsbManager()

    Finalizes an instance of the USB Manager Class.

    Declaration
    protected ~UsbManager()

    Events

    View Source

    DeviceHotPlugged

    An event handler for events when the USB device is attached or detached.

    Declaration
    public event EventHandler<HotPluggedEventArgs> DeviceHotPlugged
    Event Type
    Type Description
    EventHandler<><HotPluggedEventArgs>

    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