Commands¶
-
System.Collections.IEnumerable<ICommandBase> ICommandSequence.Commands { get; }¶
Gets the commands of the command sequence in same order as when the sequence was created.
- Value
IEnumerable<ICommandBase> – Commands of command sequence.
- Throws
CommunicationErrorException
– Protocol error.ConnectionLostException
– Connection to controller lost.RebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.