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