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