Class RemoteLogin
Methods that will allow a certain type of users to request a remote login/logout of a TPU user. When the TPU gets a remote login request it will logoff current user and login as the remote requested user.
Inherited Members
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public sealed class RemoteLogin : SDKControllerBoundBase, IComparable, INamedObject, IDisposable
Methods
GetLoginState()
TPU, confirm that an logout event has been received. Valid only via the controller TPU port.
Declaration
public RemoteLoginStateAndChangeCount GetLoginState()
Returns
Type | Description |
---|---|
RemoteLoginStateAndChangeCount |
Remarks
Supported on RobotWare 6.07 and later.
LoginRequest()
Request login as another user. The TPU will get an event that it shall logoff the current user and login as another user.
Declaration
public void LoginRequest()
Remarks
Supported on RobotWare 6.07 and later.
LogoutRequest()
Logout current logged on user on the TPU.
Declaration
public void LogoutRequest()
Remarks
Supported on RobotWare 6.07 and later.
Implements
System.IComparable
System.IDisposable