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

Function Clear

src/dotnetlib/CecSharpTypes.h:1258–1262  ·  view source on GitHub ↗

Clear this list

Source from the content-addressed store, hash-verified

1256 /// Clear this list
1257 /// </summary>
1258 void Clear(void)
1259 {
1260 for (unsigned int iPtr = 0; iPtr < 5; iPtr++)
1261 Types[iPtr] = CecDeviceType::Reserved;
1262 }
1263
1264 /// <summary>
1265 /// The array with CecDeviceType instances in this list.

Callers 15

CecSharpTypes.hFile · 0.85
~CCECDeviceMapMethod · 0.85
~CWaitForResponseMethod · 0.85
CCECAdapterMessageMethod · 0.85
PushReceivedByteMethod · 0.85
ProcessMethod · 0.85
cec_datapacketClass · 0.85
ShiftMethod · 0.85
cec_commandMethod · 0.85
ICECCallbacksMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected