16 #ifndef ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_INCLUDE_BLUEZ_DBUSPROPERTIESPROXY_H_ 17 #define ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_INCLUDE_BLUEZ_DBUSPROPERTIESPROXY_H_ 25 namespace bluetoothImplementations {
42 static std::shared_ptr<DBusPropertiesProxy>
create(
const std::string& objectPath);
98 #endif // ALEXA_CLIENT_SDK_BLUETOOTHIMPLEMENTATIONS_BLUEZ_INCLUDE_BLUEZ_DBUSPROPERTIESPROXY_H_ bool getBooleanProperty(const std::string &interface, const std::string &property, bool *result)
::std::string string
Definition: gtest-port.h:1097
static std::shared_ptr< DBusPropertiesProxy > create(const std::string &objectPath)
Definition: DBusProxy.h:33
Definition: ManagedGVariant.h:33
bool getVariantProperty(const std::string &interface, const std::string &property, ManagedGVariant *result)
bool setProperty(const std::string &interface, const std::string &property, GVariant *value)
bool getStringProperty(const std::string &interface, const std::string &property, std::string *result)
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Definition: DBusPropertiesProxy.h:34