Class BluetoothHidKeyData

    Definition

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

    This class contains the HID keyboard event information.

    public class BluetoothHidKeyData
    Inheritance
    object
    BluetoothHidKeyData

    Properties

    View Source

    Key

    The key value - currently pressed keys : Max 8 at once

    Declaration
    public byte[] Key { get; set; }
    Property Value
    Type Description
    byte[]
    View Source

    Modifier

    The modifier keys : such as shift, alt

    Declaration
    public byte Modifier { get; set; }
    Property Value
    Type Description
    byte

    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