- Alle Superschnittstellen:
DBusInterface
A standard properties interface.
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypSchnittstelleBeschreibungstatic class
Signal generated when a property changes. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung<A> A
Get the value for the given property.Get all properties and values.<A> void
Set the value for the given property.Von Schnittstelle geerbte Methoden org.freedesktop.dbus.interfaces.DBusInterface
getObjectPath, isRemote
-
Methodendetails
-
Get
Get the value for the given property.- Typparameter:
A
- whatever- Parameter:
_interfaceName
- The interface this property is associated with._propertyName
- The name of the property.- Gibt zurück:
- The value of the property (may be any valid DBus type).
-
Set
Set the value for the given property.- Typparameter:
A
- whatever- Parameter:
_interfaceName
- The interface this property is associated with._propertyName
- The name of the property._value
- The new value of the property (may be any valid DBus type).
-
GetAll
Get all properties and values.- Parameter:
_interfaceName
- The interface the properties is associated with.- Gibt zurück:
- The properties mapped to their values.
-