public interface Properties extends DBusInterface
| Modifier and Type | Interface and Description |
|---|---|
static class |
Properties.PropertiesChanged
Signal generated when a property changes.
|
| Modifier and Type | Method and Description |
|---|---|
<A> A |
Get(String interface_name,
String property_name)
Get the value for the given property.
|
Map<String,Variant<?>> |
GetAll(String interface_name)
Get all properties and values.
|
<A> void |
Set(String interface_name,
String property_name,
A value)
Set the value for the given property.
|
getObjectPath, isRemote<A> A Get(String interface_name, String property_name)
A - whateverinterface_name - The interface this property is associated with.property_name - The name of the property.<A> void Set(String interface_name, String property_name, A value)
A - whateverinterface_name - The interface this property is associated with.property_name - The name of the property.value - The new value of the property (may be any valid DBus type).Copyright © 2020. All rights reserved.