From 907b72883e4d116d4b17b0e9e709b380c58c6f58 Mon Sep 17 00:00:00 2001 From: Jacob Keeler Date: Tue, 26 Sep 2017 17:28:34 -0400 Subject: Add `remoteControl` to HMICapability struct in Mobile API --- .../include/application_manager/hmi_capabilities.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/components/include/application_manager/hmi_capabilities.h') diff --git a/src/components/include/application_manager/hmi_capabilities.h b/src/components/include/application_manager/hmi_capabilities.h index fb40367b00..1283584ef8 100644 --- a/src/components/include/application_manager/hmi_capabilities.h +++ b/src/components/include/application_manager/hmi_capabilities.h @@ -426,6 +426,20 @@ class HMICapabilities { */ virtual bool video_streaming_supported() const = 0; + /* + * @brief Interface to store whether HMI supports remote control + * + * @param supported Indicates whether remote control is supported by HMI + */ + virtual void set_rc_supported(const bool supported) = 0; + + /* + * @brief Retrieves whether HMI supports remote control + * + * @return TRUE if it supported, otherwise FALSE + */ + virtual bool rc_supported() const = 0; + /* * @brief Interface used to store information regarding * the navigation "System Capability" -- cgit v1.2.1