Interface Properties
- All Superinterfaces:
DBusInterface
A standard properties interface.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classSignal generated when a property changes. -
Method Summary
Modifier and TypeMethodDescription<A> AGet the value for the given property.Get all properties and values.<A> voidSet the value for the given property.Methods inherited from interface DBusInterface
getObjectPath, isRemote
-
Method Details
-
Get
Get the value for the given property.- Type Parameters:
A- whatever- Parameters:
_interfaceName- The interface this property is associated with._propertyName- The name of the property.- Returns:
- The value of the property (may be any valid DBus type).
-
Set
Set the value for the given property.- Type Parameters:
A- whatever- Parameters:
_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
-