added the type of adapter to libcec_configuration, and display the type in cec-client...
[deb_libcec.git] / src / lib / adapter / AdapterCommunication.h
index 03880b6ef921dafaa46657aa6069c2c56456c47b..02dda4dab1e4db1766403ed221236000fed5c49d 100644 (file)
@@ -200,6 +200,11 @@ namespace CEC
      */
     virtual bool SupportsSourceLogicalAddress(const cec_logical_address address) = 0;
 
+    /*!
+     * @return The type of adapter that this instance is connected to.
+     */
+    virtual cec_adapter_type GetAdapterType(void) = 0;
+
     IAdapterCommunicationCallback *m_callback;
   };
 };