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.
public class BluetoothOobData
- Inheritance
-
BluetoothOobData
Constructors
View SourceBluetoothOobData()
The default constructor. Initializes an object of the BluetoothOobData.
Declaration
public BluetoothOobData()
API Level: 3
Properties
View SourceHashValue
The hash value.
Declaration
public byte[] HashValue { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |
API Level: 3
View SourceRandomizerValue
The randomizer value.
Declaration
public byte[] RandomizerValue { get; set; }
Property Value
Type | Description |
---|---|
Byte[] |