All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bluez.SimAccess1 Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package org.bluez;

import org.bluez.exceptions.BluezFailedException;
import org.freedesktop.dbus.interfaces.DBusInterface;

/**
 * File generated - 2020-06-18.
* Based on bluez Documentation: sap-api.txt.
*
* Service: org.bluez
* Interface: org.bluez.SimAccess1
*
* Object path:
* [variable prefix]/{hci0,hci1,...}
*
* Supported properties:
*
* boolean Connected [readonly]
*
* Indicates if SAP client is connected to the server.
*
*/ public interface SimAccess1 extends DBusInterface { /** * From bluez documentation:
*
* Disconnects SAP client from the server.
*
* * @throws BluezFailedException on failure */ void Disconnect() throws BluezFailedException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy