X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fadapter%2FAdapterCommunication.h;h=15f0c9c305e61157cdea80aaca28ebc0bb18aaca;hb=12a36be9d076db48fc6c13d8edf8cf4ea73fd10d;hp=d78b11d0164d37e4cf66f1c13b353aa2bc62717b;hpb=d4db0c6f1121a5e43c98255af5202ebd33f2b800;p=deb_libcec.git diff --git a/src/lib/adapter/AdapterCommunication.h b/src/lib/adapter/AdapterCommunication.h index d78b11d..15f0c9c 100644 --- a/src/lib/adapter/AdapterCommunication.h +++ b/src/lib/adapter/AdapterCommunication.h @@ -151,6 +151,13 @@ namespace CEC */ virtual bool PersistConfiguration(libcec_configuration *configuration) = 0; + /*! + * @brief Get the persisted configuration from the adapter (if supported) + * @param configuration The updated configuration. + * @return True when the configuration was updated, false otherwise. + */ + virtual bool GetConfiguration(libcec_configuration *configuration) = 0; + /*! * @return The name of the port */