ContainsSignal¶
-
virtual bool ISignalCollection::ContainsSignal(PSignal signal) = 0¶
Gets whether this signal collection contains the specified signal.
- Parameters
signal – Signal to search in the collection.
- Returns
bool – True if this collection contains the specified signal, false otherwise.
- Throws
CNullArgumentException– Empty pointer was passed.CUnknownObjectException– Signal is unknown, belongs to other controller.CCommunicationErrorException– Protocol error.CConnectionLostException– Connection to controller lost.CRebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.