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#Copypublic class BluetoothOobData
- Inheritance
-
BluetoothOobData
Constructors
View Source
BluetoothOobData()
The default constructor. Initializes an object of the BluetoothOobData.
Declaration
C#Copypublic BluetoothOobData()
API Level: 3
Properties
Declaration
C#Copypublic byte[] HashValue { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |
API Level: 3
Declaration
C#Copypublic byte[] RandomizerValue { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] |