.TH "BLUEMON DBUS INTERFACES" "7" .SH "NAME" bluemon \(em DBUS interface to bluemon(1) .SH "DESCRIPTION" .PP This manual page documents briefly the DBUS interface to bluemon(1) .SH "INTERFACE" .PP Bluemon exposes 2 signals and 1 method. The bluemon process is registered on the system bus as \fBcx.ath.matthew.bluemon.server\fR. The exposed object is \fB/cx/ath/matthew/bluemon/Bluemon\fR and the exposed interface is \fBcx.ath.matthew.bluemon.Bluemon\fR. The signal interface is \fBcx.ath.matthew.bluemon.ProximitySignal\fR and have the names \fBConnect\fR and \fBDisconnect\fR which both have 1 parameter, which is the string representation of the bluetooth device ID which has been connected or disconnected. The method has the signature \fBStatus(IN STRING address, OUT STRING address, OUT BOOLEAN status, OUT UINT32 level)\fR. The in parameter may be blank in which case the first connected device will be returned. If status is true (device is connected) then the address and level will correspond to the device address and the reported link quality. Otherwise they will set to the address asked for and \-1 respectively. .PP This information is also available as an XML protocol description in /usr/share/doc/bluemon/bluemon-dbus.xml .SH "SEE ALSO" .PP bluemon (1), bluemon-client(1), bluemon-query(1). .SH "AUTHOR" .PP This manual page was written by Matthew Johnson for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. .\" created by instant / docbook-to-man, Thu 25 Jun 2009, 09:33