Signals¶
-
IDictionary<string, ISignal> ICommandQueue.Signals { get; }¶
Gets the collection of signals of this command queue.
- Value
IDictionary<string, ISignal> – Collection of signals of this command queue.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.