class documentation
class RemoteLockDTO(RemoteUaObjectDTO):
Data transfer object for a RemoteLock.
| Class Variable | is |
Whether the lock is locked or not. |
| Class Variable | locked |
Timestamp the lock is locked since. Is None when unlocked. |
| Class Variable | locking |
Client info of the locking user. |
| Class Variable | locking |
Username of the locking user. |
Inherited from RemoteUaObjectDTO:
| Class Variable | name |
Undocumented |
| Class Variable | path |
Undocumented |
| Class Variable | ua |
OPC UA node ID as string, e.g. ns=1;s=DummyMachine |
| Class Variable | ua |
Undocumented |