A part of blueZync.
IBZBluetooth Interface Reference
Inheritance diagram for IBZBluetooth:
Detailed Description
Wrapper around bluetooth library.Wrapper around bluetooth library.
- Implements a thread to scan for bluetooth devices
Public Member Functions | |
nsIArray | GetDevices () |
Get list of devices found. | |
boolean | GetFinished () |
Has scanning thread finished? | |
ACString | GetLastError () |
Get last error. | |
ACString | GetStatus () |
Get current status of scanning thread. | |
void | StartScan () |
Start scanning for remote bluetooth devices. |
Member Function Documentation
nsIArray IBZBluetooth::GetDevices | ( | ) |
Get list of devices found.
- Returns:
- list of devices found Each item in the list is a IBZBluetoothDevice
boolean IBZBluetooth::GetFinished | ( | ) |
Has scanning thread finished?
- Returns:
- true if thread has finished; false if thread is still not done
ACString IBZBluetooth::GetLastError | ( | ) |
Get last error.
- Returns:
- description of last error encountered
ACString IBZBluetooth::GetStatus | ( | ) |
Get current status of scanning thread.
- Returns:
- current status of scanning thread
void IBZBluetooth::StartScan | ( | ) |
Start scanning for remote bluetooth devices.
The documentation for this interface was generated from the following file: