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