Click or drag to resize

wclBluetoothOobData Class

The structure contains data used to authenticate prior to establishing an Out-of-Band device pairing.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBluetoothOobData

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public class wclBluetoothOobData

The wclBluetoothOobData type exposes the following members.

Constructors
 NameDescription
Public methodwclBluetoothOobData Creates new object.
Top
Properties
 NameDescription
Public propertyC Gets and sets a 128-bit cryptographic key used for two-way authentication.
Public propertyR Gets and sets a randomly generated number used for one-way authentication.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified Object is equal to the current Object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as a hash function for a particular type.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also