Click or drag to resize

ABB.Robotics.Controllers Namespace

Description for Namespace : ABB.Robotics.Controllers
Classes
  ClassDescription
Public classBackupEventArgs
Defines an event structure for the BackupEventHandler which is the result of the BackupFinished event.
Public classCode exampleController
This class represents a Robot controller. This class has to be created prior of any access to the robot controller.
Public classControllerEventArgs
Base class for the controller event arguments
Public classDeviceDriverStream
This stream encapsulates the interface between a user mode application and a device driver on the controller.
Public classMasterShip
Defines mastership status of a robot controller resource
Public classMastershipChangedEventArgs
Provides data for MastershipChanged event.
Public classOperatingModeChangedEventArgs
Provides data for OperatingModeChanged event.
Public classSDKBase
Summary description for SDKBase.
Public classSDKDisposeBase
Base of all SDK classes that are Disposable
Public classStateChangedEventArgs
Provides data for StateChanged event.
Public classUserAuthorizationSystem
This class abstracts the UAS system of the controller into the CAPI programming model.
Structures
  StructureDescription
Public structureGrant
Abstracts a controller grant.
Delegates
  DelegateDescription
Public delegateBackupEventHandler
Delegate for the BackupFinished event.
Public delegateMastershipChangedEventHandler
Event handler for the MastershipChanged event.
Public delegateOperatingModeChangedEventHandler
Event handler for the OperatingModeChanged event.
Public delegateStateChangedEventHandler
Event handler for the StateChanged event.
Enumerations
  EnumerationDescription
Public enumerationControllerOperatingMode
Specifies the operating modes of the controller.
Public enumerationControllerState
Specifies the states of the controller.
Public enumerationDeviceAccess
This enum controls how a stream to the controller is opened.
Public enumerationMastershipResource
Resources available in the robot controller.
Public enumerationMastershipStatus
Defines mastership status.
Public enumerationRestartMode
Specifies how the controller is restarted.
Public enumerationRestoreIgnore
Represents if any mismatch can be ignored when a backup is restored.
Public enumerationRestoreInclude
Represents what to include when a backup is restored.