get_all_properties - Responds for GetAll properties calls on object : Message with GetAll call properties will be returned : list of object's properties Returns: Message with dict of variants as argument with properties values
Iterates over all properties registered with object and execute getters of those, which are readable and which interface matches interface specified as argument. Returned message contains one dict argument with properties names as keys and theirs values as values.
wpa_dbus_get_object_properties - Put object's properties into dictionary : dbus priv struct : path to DBus object which properties will be obtained properties will be obtained : correct, open DBus dictionary iterator.
Iterates over all properties registered with object and execute getters of those, which are readable and which interface matches interface specified as argument. Obtained properties values are stored in dict_iter dictionary.