Class BluetoothOobData

Definition

Namespace:
Tizen.Network.Bluetooth
Assembly:
Tizen.Network.Bluetooth.dll
API Level:
3

This class contains the information of the Bluetooth OOB data.

C#
Copy
public class BluetoothOobData
Inheritance
System.Object
BluetoothOobData

Constructors

View Source

BluetoothOobData()

The default constructor. Initializes an object of the BluetoothOobData.

Declaration
C#
Copy
public BluetoothOobData()
API Level: 3

Properties

View Source

HashValue

The hash value.

Declaration
C#
Copy
public byte[] HashValue { get; set; }
Property Value
Type Description
System.Byte[]
API Level: 3
View Source

RandomizerValue

The randomizer value.

Declaration
C#
Copy
public byte[] RandomizerValue { get; set; }
Property Value
Type Description
System.Byte[]
API Level: 3