Click or drag to resize

wclBluetoothComponent Class

The base class for all Bluetooth Components.
Inheritance Hierarchy
SystemObject
  wclBluetoothwclBluetoothComponent
    More

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

The wclBluetoothComponent type exposes the following members.

Constructors
 NameDescription
Public methodwclBluetoothComponent Creates a new component.
Top
Methods
 NameDescription
Protected methodEnter Enters the Bluetooth component protection critical section.
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 methodLeave Leaves the Bluetooth component protection critical section.
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
Remarks
The class implements the basic methods to prevent the Bluetooth Connections from self-destruction.
See Also
Inheritance Hierarchy