.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaBase.ServerStatusDataType Class Reference

Contains elements that describe the status of the Server. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 ServerStatusDataType ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 Checks if encodeable is the same object or has the same content More...
 
virtual object Clone ()
 

Properties

DateTime StartTime [get, set]
 Time (UTC) the server was started. More...
 
DateTime CurrentTime [get, set]
 The current time (UTC) as known by the server. More...
 
ServerState State [get, set]
 The current state of the server. More...
 
BuildInfo BuildInfo [get, set]
 Build information of the server. More...
 
uint SecondsTillShutdown [get, set]
 Approximate number of seconds until the server will be shut down. More...
 
LocalizedText ShutdownReason [get, set]
 An optional localized text indicating the reason for the shutdown. More...
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
- Properties inherited from UnifiedAutomation.UaBase.IEncodeable
ExpandedNodeId TypeId [get]
 Returns the UA type identifier for the encodable type. More...
 
ExpandedNodeId BinaryEncodingId [get]
 Returns the UA type identifier for the default binary encoding for the type. More...
 
ExpandedNodeId XmlEncodingId [get]
 Returns the UA type identifier for the default XML encoding for the type. More...
 

Detailed Description

Contains elements that describe the status of the Server.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ServerStatusDataType.ServerStatusDataType ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.ServerStatusDataType.IsEqual ( IEncodeable  encodeable)
inlinevirtual

Checks if encodeable is the same object or has the same content

Parameters
encodeable
Returns

Implements UnifiedAutomation.UaBase.IEncodeable.

Property Documentation

BuildInfo UnifiedAutomation.UaBase.ServerStatusDataType.BuildInfo
getset

Build information of the server.

DateTime UnifiedAutomation.UaBase.ServerStatusDataType.CurrentTime
getset

The current time (UTC) as known by the server.

uint UnifiedAutomation.UaBase.ServerStatusDataType.SecondsTillShutdown
getset

Approximate number of seconds until the server will be shut down.

The value is only relevant once the state changes into SHUTDOWN.

LocalizedText UnifiedAutomation.UaBase.ServerStatusDataType.ShutdownReason
getset

An optional localized text indicating the reason for the shutdown.

The value is only relevant once the state changes into SHUTDOWN.

DateTime UnifiedAutomation.UaBase.ServerStatusDataType.StartTime
getset

Time (UTC) the server was started.

This is constant for the server instance and is not reset when the server changes state. Each instance of a server should keep the time when the process started.

ServerState UnifiedAutomation.UaBase.ServerStatusDataType.State
getset

The current state of the server.


The documentation for this class was generated from the following file: