.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.ServerStatusModel Class Reference

This complex variable type is used for diagnostic information. More...

Inherits UnifiedAutomation.UaServer.BaseDataVariableModel.

Public Member Functions

 ServerStatusModel ()
 Initializes a new instance of the ServerStatusModel class. More...
 
 ServerStatusModel (ServerStatusModel template)
 Initializes a new instance of the ServerStatusModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseDataVariableModel
 BaseDataVariableModel ()
 Initializes a new instance of the BaseDataVariableModel class. More...
 
 BaseDataVariableModel (BaseDataVariableModel template)
 Initializes a new instance of the BaseDataVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseVariableModel
 BaseVariableModel ()
 Initializes a new instance of the BaseVariableModel class. More...
 
 BaseVariableModel (BaseVariableModel template)
 Initializes a new instance of the BaseVariableModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Properties

new ServerStatusDataType Value [get, set]
 Gets or sets the value. More...
 
BuildInfoModel BuildInfo [get, set]
 Gets or sets the BuildInfo More...
 
DateTime CurrentTime [get, set]
 Gets or sets the CurrentTime More...
 
uint SecondsTillShutdown [get, set]
 Gets or sets the SecondsTillShutdown More...
 
LocalizedText ShutdownReason [get, set]
 Gets or sets the ShutdownReason More...
 
DateTime StartTime [get, set]
 Gets or sets the StartTime More...
 
ServerState State [get, set]
 Gets or sets the State More...
 
- Properties inherited from UnifiedAutomation.UaServer.BaseVariableModel
object Value [get, set]
 Gets or sets the value. More...
 
- Properties inherited from UnifiedAutomation.UaServer.ModelControllerBase
ModelHandle ModelHandle [get, set]
 Gets or sets the metadata handle. More...
 
object UserData [get, set]
 Gets or sets the user data. More...
 

Detailed Description

This complex variable type is used for diagnostic information.

Its data variables reflect its data type having the same semantic (see UnifiedAutomation.UaBase.ServerStatusDataType).

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ServerStatusModel.ServerStatusModel ( )
inline

Initializes a new instance of the ServerStatusModel class.

UnifiedAutomation.UaServer.ServerStatusModel.ServerStatusModel ( ServerStatusModel  template)
inline

Initializes a new instance of the ServerStatusModel class.

Parameters
templateThe template.

Property Documentation

BuildInfoModel UnifiedAutomation.UaServer.ServerStatusModel.BuildInfo
getset

Gets or sets the BuildInfo

DateTime UnifiedAutomation.UaServer.ServerStatusModel.CurrentTime
getset

Gets or sets the CurrentTime

uint UnifiedAutomation.UaServer.ServerStatusModel.SecondsTillShutdown
getset

Gets or sets the SecondsTillShutdown

LocalizedText UnifiedAutomation.UaServer.ServerStatusModel.ShutdownReason
getset

Gets or sets the ShutdownReason

DateTime UnifiedAutomation.UaServer.ServerStatusModel.StartTime
getset

Gets or sets the StartTime

ServerState UnifiedAutomation.UaServer.ServerStatusModel.State
getset

Gets or sets the State

new ServerStatusDataType UnifiedAutomation.UaServer.ServerStatusModel.Value
getset

Gets or sets the value.


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