Bluetooth Framework C++ Edition
Public Member Functions | Protected Member Functions | List of all members
CwclBluetoothComponent Class Reference

The base class for all Bluetooth Components. More...

#include <wclBluetooth.h>

Inheritance diagram for CwclBluetoothComponent:
CwclBluetoothLeAdvertiser CwclBluetoothLeBeaconWatcher CwclGattClient CwclGattServer CwclRfCommClient CwclRfCommServer CwclWiiRemoteClient

Public Member Functions

 CwclBluetoothComponent ()
 Creates a new component.
 
virtual ~CwclBluetoothComponent ()
 Frees the component.
 

Protected Member Functions

void SetCopy (CwclCustomConnection *const NewConnection)
 The method sets new copy of the current connection.
 
void Enter () const
 Enters the Bluetooth component protection critical section.
 
void Leave () const
 Leaves the Bluetooth component protection critical section.
 

Detailed Description

The base class for all Bluetooth Components.

The class implements the basic methods to prevent the Bluetooth Connections from self-destruction.