Click or drag to resize

Controller Methods

The Controller type exposes the following members.

Methods
  NameDescription
Public methodCode exampleBackup
This method starts a backup of the current robot system.
Public methodDispose
Disposes the managed resources of the instance.
(Inherited from SDKDisposeBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetCurrentMaster
Gets the mastership status of a robot controller resource that is managed by means of mastership control.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodIsMaster
Specifies whether we have mastership of a specific mastership resource.
Public methodCode exampleRestart
Warmstart the controller
Public methodCode exampleRestart(RestartMode)
Restart the controller
Public methodCode exampleRestore
This method starts restoring a backup.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also