Class BluetoothOobData
Definition
- Assembly:
- Tizen.Network.Bluetooth.dll
This class contains the information of the Bluetooth OOB data.
public class BluetoothOobData
- Inheritance
-
objectBluetoothOobData
Constructors
View SourceBluetoothOobData()
The default constructor. Initializes an object of the BluetoothOobData.
Declaration
public BluetoothOobData()
Properties
View SourceHashValue
The hash value.
Declaration
public byte[] HashValue { get; set; }
Property Value
Type | Description |
---|---|
byte[] |
RandomizerValue
The randomizer value.
Declaration
public byte[] RandomizerValue { get; set; }
Property Value
Type | Description |
---|---|
byte[] |