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

Function PingAdapter

src/dotnetlib/LibCecSharp.cpp:159–162  ·  view source on GitHub ↗

Sends a ping command to the adapter, to check if it's responding. True when the ping was successful, false otherwise

Source from the content-addressed store, hash-verified

157 /// </summary>
158 /// <returns>True when the ping was successful, false otherwise</returns>
159 bool PingAdapter(void)
160 {
161 return !!m_libCec && m_libCec->PingAdapter();
162 }
163
164 /// <summary>
165 /// Start the bootloader of the CEC adapter. Closes the connection when successful.

Callers 1

CheckAdapterMethod · 0.85

Calls 1

PingAdapterMethod · 0.45

Tested by

no test coverage detected