added FirmwareBuildDate, CECVersion and AdapterType to LibCecSharp's configuration too
[deb_libcec.git] / src / LibCecSharp / LibCecSharp.cpp
index 073ae774f926ea0b5e87a460a0437ae65409389f..a008f2ee671cc3beae8b9ce979ff1b5624e1e11f 100644 (file)
@@ -801,6 +801,9 @@ namespace CecSharp
       if (netConfig->ServerVersion >= CecServerVersion::Version1_6_3)
         config.bMonitorOnly = netConfig->MonitorOnlyClient ? 1 : 0;
 
+      if (netConfig->ServerVersion >= CecServerVersion::Version1_8_0)
+        config.cecVersion = (cec_version)netConfig->CECVersion;
+
       config.callbacks = &g_cecCallbacks;
     }