Uses of Class
com.lucimber.dbus.exception.UnknownInterfaceException
Packages that use UnknownInterfaceException
Package
Description
Standard D-Bus interfaces and implementations for common D-Bus functionality.
-
Uses of UnknownInterfaceException in com.lucimber.dbus.standard
Methods in com.lucimber.dbus.standard that throw UnknownInterfaceExceptionModifier and TypeMethodDescriptionProperties.getProperties
(DBusString interfaceName) Gets all properties.Properties.getProperty
(DBusString interfaceName, DBusString propertyName) Gets the value of a property.void
Properties.setProperty
(DBusString interfaceName, DBusString propertyName, DBusVariant value) Sets the value of a property.