.NET Based OPC UA Client/Server SDK  3.0.10.493
UnifiedAutomation.UaBase.ServerCapability Class Reference

A server capability. More...

Inherits IFormattable.

Public Member Functions

override string ToString ()
 Returns a System.String that represents this instance. More...
 
string ToString (string format, IFormatProvider formatProvider)
 Returns a System.String that represents this instance. More...
 

Public Attributes

const string NotApplicable = "NA"
 No capability information is available. More...
 
const string CurrentData = "DA"
 The server supports current data. More...
 
const string HistoricalData = "HD"
 The server supports historical data. More...
 
const string AlarmsAndConditions = "AC"
 The server supports alarms and conditions More...
 
const string HistoricalEvents = "HE"
 The server supports historical events. More...
 
const string GlobalDiscoveryServer = "GDS"
 The server is a global discovery server. More...
 
const string LocalDiscoveryServer = "LDS"
 The server is a local discovery server. More...
 
const string DI = "DI"
 The server supports the data integration (DI) information model. More...
 
const string ADI = "ADI"
 The server supports the Analyser Device Integration (ADI) information model. More...
 
const string FDI = "FDI"
 The server supports the Field Device Integration (FDI) information model. More...
 
const string FDIC = "FDIC"
 The server supports the Field Device Integration (FDI) Communication Server information model. More...
 
const string PLC = "PLC"
 The server supports the PLCopen information model. More...
 
const string S95 = "S95"
 The server supports the ISA95) information model. More...
 

Properties

string Id [get, set]
 Gets or sets the identifier. More...
 
string Description [get, set]
 Gets or sets the description. More...
 

Detailed Description

A server capability.

Member Function Documentation

override string UnifiedAutomation.UaBase.ServerCapability.ToString ( )
inline

Returns a System.String that represents this instance.

Returns
A System.String that represents this instance.
string UnifiedAutomation.UaBase.ServerCapability.ToString ( string  format,
IFormatProvider  formatProvider 
)
inline

Returns a System.String that represents this instance.

Parameters
formatThe format.
formatProviderThe format provider.
Returns
A System.String that represents this instance.

Member Data Documentation

const string UnifiedAutomation.UaBase.ServerCapability.ADI = "ADI"

The server supports the Analyser Device Integration (ADI) information model.

const string UnifiedAutomation.UaBase.ServerCapability.AlarmsAndConditions = "AC"

The server supports alarms and conditions

const string UnifiedAutomation.UaBase.ServerCapability.CurrentData = "DA"

The server supports current data.

const string UnifiedAutomation.UaBase.ServerCapability.DI = "DI"

The server supports the data integration (DI) information model.

const string UnifiedAutomation.UaBase.ServerCapability.FDI = "FDI"

The server supports the Field Device Integration (FDI) information model.

const string UnifiedAutomation.UaBase.ServerCapability.FDIC = "FDIC"

The server supports the Field Device Integration (FDI) Communication Server information model.

const string UnifiedAutomation.UaBase.ServerCapability.GlobalDiscoveryServer = "GDS"

The server is a global discovery server.

const string UnifiedAutomation.UaBase.ServerCapability.HistoricalData = "HD"

The server supports historical data.

const string UnifiedAutomation.UaBase.ServerCapability.HistoricalEvents = "HE"

The server supports historical events.

const string UnifiedAutomation.UaBase.ServerCapability.LocalDiscoveryServer = "LDS"

The server is a local discovery server.

const string UnifiedAutomation.UaBase.ServerCapability.NotApplicable = "NA"

No capability information is available.

const string UnifiedAutomation.UaBase.ServerCapability.PLC = "PLC"

The server supports the PLCopen information model.

const string UnifiedAutomation.UaBase.ServerCapability.S95 = "S95"

The server supports the ISA95) information model.

Property Documentation

string UnifiedAutomation.UaBase.ServerCapability.Description
getset

Gets or sets the description.

The description.

string UnifiedAutomation.UaBase.ServerCapability.Id
getset

Gets or sets the identifier.

The identifier.


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