#include <BluetoothDevice.h>
Public Member Functions | |
| TBluetoothDevice () | |
| TString | getName () const |
| TString | getFormatedAddress () const |
| Retval | getAddress (TBTAddress *&rpAddress) const |
| bool | isConnected () const |
| bool | isAuthenticated () const |
Static Public Member Functions | |
| static void | findAllDevices (TSingleLinkedList< TBluetoothDevice * > &rList, Int iQueryTimeOut=15) |
| static Retval | findNamedDevices (const TString &rName, TBluetoothDevice *&rpDevice, Int iQueryTimeOut=15) |
| DISABLE_BLUETOOTH. | |
Protected Member Functions | |
| virtual | ~TBluetoothDevice () |
Class implements a bluetooth device
| TBluetoothDevice::TBluetoothDevice | ( | ) |
Creates an empty bluetooth device
| TBluetoothDevice::~TBluetoothDevice | ( | ) | [protected, virtual] |
Destroys the bluetooth device
| void TBluetoothDevice::findAllDevices | ( | TSingleLinkedList< TBluetoothDevice * > & | rList, |
| Int | iQueryTimeOut = 15 |
||
| ) | [static] |
Finds all bluetooth devices
| rList | : return parameter of the devices |
| iQueryTimeOut,: | Time out for quering the devices |
| Retval TBluetoothDevice::findNamedDevices | ( | const TString & | rName, |
| TBluetoothDevice *& | rpDevice, | ||
| Int | iQueryTimeOut = 15 |
||
| ) | [static] |
DISABLE_BLUETOOTH.
Finds all bluetooth devices with a specific name
| rName | : Name of the device |
| rpDevice | : return parameter of device |
| iQueryTimeOut,: | Time out for quering the devices |
| Retval TBluetoothDevice::getAddress | ( | TBTAddress *& | rpAddress ) | const |
Returns a bluetooth address
| TString TBluetoothDevice::getFormatedAddress | ( | ) | const |
Returns the formated (readable) bluetooth address
| TString zeus::TBluetoothDevice::getName | ( | ) | const [inline] |
returns the name of the bluetooth device
| bool zeus::TBluetoothDevice::isAuthenticated | ( | ) | const [inline] |
checks if the device is authenticated
| bool zeus::TBluetoothDevice::isConnected | ( | ) | const [inline] |
checks if the device is connected