Sequences¶
-
System.Collections.IEnumerable<ICommandSequence> ICommandQueue.Sequences { get; }¶
Gets the command sequences in the command queue.
- Value
IEnumerable<ICommandSequence> – Command sequences.
- Throws
CommunicationErrorException– Protocol error.ConnectionLostException– Connection to controller lost.RebootedException– Controller has been rebooted since this object reference was retrieved, invalidating this reference.