class CBTMonitor

Bluetooth specific realization of the MAbstractMonitor interface.

Inheritance:


Public Methods

[more] CBTMonitor(const std::string& aAddress)
Constructor.
[more]int Monitor()
Checks signal strength to a remote device
[more]const std::string& GetAddress()
Returns remote device's Bluetooth address.
[more]bool InRange()
Tells whether a device is in range or not.


Inherited from MAbstractMonitor:


Documentation

Bluetooth specific realization of the MAbstartactMonitor interface.

o CBTMonitor(const std::string& aAddress)
Constructor, initializes the monitor object so that it can be used immediately after the construction has finished.

Parameters:
aAddress - Remote device's address.
Returns:
none

oint Monitor()
Checks signal strength to a remote device

Returns:

oconst std::string& GetAddress()
Return the Bluetooth address of the device under monitoring.

Returns:
remote device's address

obool InRange()
Tells whether a device is in range or not.

Returns:
true if the device is in range


This class has no child classes.
See Also:
MAbstractMonitor

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.