blueZync

Synchronize Bluetooth phone with Thunderbird

Develpers' detailed documentation for the Thunderbird Extension for synchronizing a bluetooth phone with Thunderbird/Lightning/Sunbird.
A part of blueZync.

IBZBluetooth Interface Reference

Inheritance diagram for IBZBluetooth:

BZBluetooth List of all members.

Detailed Description

Wrapper around bluetooth library.

Wrapper around bluetooth library.


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: