X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=223e65fca4abf0ad3b67c0d904c7ed9fe403bc58;hb=49ba42d414995d3b3f746d19cbb84ca18fc42897;hp=b1762b7a111db0755c03ede6922cf4e7ac785ae8;hpb=e7fd53c8e125db215629cdc557c45e2e875d02cc;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index b1762b7..223e65f 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -81,6 +81,12 @@ namespace CEC */ virtual void HandleLogicalAddressLost(cec_logical_address oldAddress) = 0; + /*! + * @brief Callback method for IAdapterCommunication, called when the physical address changed. + * @param iNewAddress The new physical address. + */ + virtual void HandlePhysicalAddressChanged(uint16_t iNewAddress) = 0; + virtual CLibCEC *GetLib(void) const = 0; };