Checks whether a logical address is set in this list. The address to check. True when set, false otherwise
| 1298 | /// <param name="address">The address to check.</param> |
| 1299 | /// <returns>True when set, false otherwise</returns> |
| 1300 | bool IsSet(CecLogicalAddress address) |
| 1301 | { |
| 1302 | return Addresses[(unsigned int)address] != CecLogicalAddress::Unknown; |
| 1303 | } |
| 1304 | |
| 1305 | /// <summary> |
| 1306 | /// Add a logical address to this list (if it's not set already) |
no outgoing calls
no test coverage detected