Class BluetoothHidDeviceReceivedData

    Definition

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

    This class contains the data received from the HID Host.

    public class BluetoothHidDeviceReceivedData
    Inheritance
    object
    BluetoothHidDeviceReceivedData

    Properties

    View Source

    Address

    The remote device's address

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

    Data

    The received data

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

    HeaderType

    The header type

    Declaration
    public BluetoothHidHeaderType HeaderType { get; }
    Property Value
    Type Description
    BluetoothHidHeaderType
    View Source

    ParamType

    The parameter type

    Declaration
    public BluetoothHidParamType ParamType { get; }
    Property Value
    Type Description
    BluetoothHidParamType

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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