Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

bluemon-dbus(7) [debian man page]

BLUEMON DBUS 
INTERFACES(7) Miscellaneous Information Manual BLUEMON DBUS INTERFACES(7) NAME
bluemon -- DBUS interface to bluemon(1) DESCRIPTION
This manual page documents briefly the DBUS interface to bluemon(1) INTERFACE
Bluemon exposes 2 signals and 1 method. The bluemon process is registered on the system bus as cx.ath.matthew.bluemon.server. The exposed object is /cx/ath/matthew/bluemon/Bluemon and the exposed interface is cx.ath.matthew.bluemon.Bluemon. The signal interface is cx.ath.matthew.bluemon.ProximitySignal and have the names Connect and Disconnect 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 Status(IN STRING address, OUT STRING address, OUT BOOLEAN status, OUT UINT32 level). 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. This information is also available as an XML protocol description in /usr/share/doc/bluemon/bluemon-dbus.xml SEE ALSO
bluemon (1), bluemon-client(1), bluemon-query(1). AUTHOR
This manual page was written by Matthew Johnson <debian@matthew.ath.cx> for the Debian 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 pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. BLUEMON DBUS INTERFACES(7)

Check Out this Related Man Page

BLUEMON-CLIENT(1)					      General Commands Manual						 BLUEMON-CLIENT(1)

NAME
bluemon-client -- Activate or deactivate programs based on bluetooth link quality SYNOPSIS
bluemon-client [-u command] [--upcmd command] [-d command] [--downcmd command] [-b aa:bb:cc:dd:ee:ff] [--btid aa:bb:cc:dd:ee:ff] [-v ] [--verbose ] [-p ] [--protect ] [-h ] [--help ] [-V ] [--version ] DESCRIPTION
This manual page documents briefly the bluemon-client command. bluemon-client listens for events from the bluemon daemon and can start or stop programs when the given device is connected or discon- nected. This can be used to perform actions like locking the terminal when you walk away from it. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -u --upcmd The command to be run when the device is connected. -d --downcmd The command to be run when the device is disconnected. -b --btid The bluetooth ID to monitor (e.g. aa:bb:cc:dd:ee:ff) -p --protect Try and protect against spoofing on the DBUS. Requires signals to come from a process owned by the root user. -v --verbose Enable verbose output -h --help Show summary of options. -V --version Print version SEE ALSO
bluemon (1), bluemon-query(1), bluemon-dbus(7). AUTHOR
This manual page was written by Matthew Johnson <debian@matthew.ath.cx> for the Debian 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 pub- lished by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. BLUEMON-CLIENT(1)
Man Page