public static interface DBus.Properties
extends org.freedesktop.dbus.DBusInterface
Modifier and Type | Method and Description |
---|---|
<A> A |
Get(String interface_name,
String property_name)
Get the value for the given property.
|
Map<String,org.freedesktop.dbus.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.
|
<A> A Get(String interface_name, String property_name)
interface_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)
interface_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 © 2021 JBoss by Red Hat. All rights reserved.