Package org.bluez
Interface HealthManager1
- All Superinterfaces:
org.freedesktop.dbus.interfaces.DBusInterface
public interface HealthManager1
extends org.freedesktop.dbus.interfaces.DBusInterface
File generated - 2023-02-20.
Based on bluez Documentation: health-api.txt.
Service: org.bluez
Interface: org.bluez.HealthManager1
Object path:
/org/bluez/
Based on bluez Documentation: health-api.txt.
Service: org.bluez
Interface: org.bluez.HealthManager1
Object path:
/org/bluez/
-
Method Summary
Modifier and TypeMethodDescriptionorg.freedesktop.dbus.DBusPathCreateApplication(Map<String, org.freedesktop.dbus.types.Variant<?>> _config) From bluez documentation:
Returns the path of the new registered application.
Application will be closed by the call or implicitly
when the programs leaves the bus.
config:
uint16 DataType:
Mandatory
string Role:
Mandatory.voidDestroyApplication(org.freedesktop.dbus.DBusPath _application) From bluez documentation:
Closes the HDP application identified by the object
path.Methods inherited from interface org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Method Details
-
CreateApplication
org.freedesktop.dbus.DBusPath CreateApplication(Map<String, org.freedesktop.dbus.types.Variant<?>> _config) throws BluezInvalidArgumentsExceptionFrom bluez documentation:
Returns the path of the new registered application.
Application will be closed by the call or implicitly
when the programs leaves the bus.
config:
uint16 DataType:
Mandatory
string Role:
Mandatory. Possible values: "source",
"sink"
string Description:
Optional
ChannelType:
Optional, just for sources. Possible
values: "reliable", "streaming"
- Parameters:
_config- config- Returns:
- DBusPath - maybe null
- Throws:
BluezInvalidArgumentsException- when argument is invalid
-
DestroyApplication
void DestroyApplication(org.freedesktop.dbus.DBusPath _application) throws BluezInvalidArgumentsException, BluezNotFoundException, BluezNotAllowedException From bluez documentation:
Closes the HDP application identified by the object
path. Also application will be closed if the process
that started it leaves the bus. Only the creator of the
application will be able to destroy it.
- Parameters:
_application- application- Throws:
BluezInvalidArgumentsException- when argument is invalidBluezNotFoundException- when item not foundBluezNotAllowedException- when operation not allowed
-