Class BluetoothOobData

    Definition

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

    This class contains the information of the Bluetooth OOB data.

    public class BluetoothOobData
    Inheritance
    object
    BluetoothOobData

    Constructors

    View Source

    BluetoothOobData()

    The default constructor. Initializes an object of the BluetoothOobData.

    Declaration
    public BluetoothOobData()

    Properties

    View Source

    HashValue

    The hash value.

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

    RandomizerValue

    The randomizer value.

    Declaration
    public byte[] RandomizerValue { get; set; }
    Property Value
    Type Description
    byte[]
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX