Class BluetoothHid

    Definition

    Namespace:
    Tizen.Network.Bluetooth
    Assembly:
    Tizen.Network.Bluetooth.dll

    A class which is used to handle the connection to Bluetooth HID like keyboards and mouse.

    public class BluetoothHid : BluetoothProfile
    Inheritance
    object
    BluetoothProfile
    BluetoothHid

    Methods

    View Source

    Connect()

    Connects the remote device with the HID service.

    Declaration
    public void Connect()
    Remarks

    The device must be bonded with the remote device by CreateBond(). If connection request succeeds, the HidConnectionStateChanged event will be invoked.

    View Source

    Disconnect()

    Disconnects the remote device with the HID service.

    Declaration
    public void Disconnect()

    Events

    View Source

    HidConnectionStateChanged

    The HidConnectionStateChanged event is called when the HID host connection state is changed.

    Declaration
    public event EventHandler<HidConnectionStateChangedEventArgs> HidConnectionStateChanged
    Event Type
    Type Description
    EventHandler<><HidConnectionStateChangedEventArgs>

    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