cec: moved the autodetect address api call to libcec_configuration. only send power...
[deb_libcec.git] / src / lib / adapter / AdapterCommunication.h
index 98ecd2e2a975c378756959799386f8cb396dc0b6..9ee29518d3a7cdac3d345ef413bbb2d1a055f93c 100644 (file)
@@ -148,5 +148,10 @@ namespace CEC
      * @return The name of the port
      */
     virtual CStdString GetPortName(void) = 0;
+
+    /*!
+     * @return The physical address, if the adapter supports this. 0 otherwise.
+     */
+    virtual uint16_t GetPhysicalAddress(void) = 0;
   };
 };