SetConfiguration¶
-
virtual void ITriggerMatchSignal::SetConfiguration(PWaitMatchSignal waitmatch) = 0¶
Sets the wait match signal command to be triggered when this command is executed.
- Parameters
waitmatch – The IWaitMatchSignal to be triggered.
- Throws
CNullArgumentException
– Empty pointer was passed.CUnknownObjectException
– WaitMatchSignal command is not related to this queue.CInvalidOperationException
– Command state not “Idle”.CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.CObjectDestroyedException
– Object is destroyed.