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

Function IsSet

src/dotnetlib/CecSharpTypes.h:1300–1303  ·  view source on GitHub ↗

Checks whether a logical address is set in this list. The address to check. True when set, false otherwise

Source from the content-addressed store, hash-verified

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)

Callers 2

UnsetFunction · 0.85
operator[]Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected