Struct MastershipInfo
Internal.
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public struct MastershipInfo
Constructors
MastershipInfo(Boolean, MastershipStatus)
Internal.
Declaration
public MastershipInfo(bool isCurrent, MastershipStatus status)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | isCurrent | |
MastershipStatus | status |
Properties
CurrentUserIsMaster
Internal.
Declaration
public readonly bool CurrentUserIsMaster { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Status
Internal.
Declaration
public readonly MastershipStatus Status { get; }
Property Value
Type | Description |
---|---|
MastershipStatus |