Class MastershipChangedEventArgs
The data from a MastershipChanged event.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class MastershipChangedEventArgs : ControllerEventArgs
Constructors
MastershipChangedEventArgs()
Initializes a new instance of the MastershipChangedEventArgs class.
Declaration
public MastershipChangedEventArgs()
Properties
CurrentUserIsMaster
Flag to signal if the current user is master or not.
Declaration
public bool CurrentUserIsMaster { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Resource
Gets or sets the resource.
Declaration
public MastershipResource Resource { get; set; }
Property Value
Type | Description |
---|---|
MastershipResource | The resource. |
Status
Gets the current status of the mastership in the controller.
Declaration
public MastershipStatus Status { get; }
Property Value
Type | Description |
---|---|
MastershipStatus |