MCPcopy Create free account
hub / github.com/Pulse-Eight/libcec / CecConfigManaged

Function CecConfigManaged

src/dotnetlib/CecSharpTypes.h:2142–2151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140 }
2141
2142 int CecConfigManaged(const CEC::libcec_configuration &config)
2143 {
2144 try {
2145 LibCECConfiguration^ netConfig = gcnew LibCECConfiguration();
2146 netConfig->Update(config);
2147 return ConfigurationChanged(netConfig);
2148 }
2149 catch (...) {}
2150 return 0;
2151 }
2152
2153 int CecAlertManaged(const CEC::libcec_alert alert, const CEC::libcec_parameter &data)
2154 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected