Clear this list
| 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. |
no outgoing calls
no test coverage detected