get All Properties Async
Gets values of all properties of the D-Bus object asynchronously
Return
A helper object for convenient asynchronous getting of properties' values
This is a high-level, convenience way of reading D-Bus properties' values that abstracts from the D-Bus message concept.
Example of use:
val props = object.getAllPropertiesAsync().onInterface(InterfaceName("com.kistler.foo"))
getResult();
Content copied to clipboard
Throws
in case of failure