UA Bundle SDK .NET  2.1.2.227
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaBase.RegisteredServer Class Reference

The information required to register a server with a discovery server. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 RegisteredServer ()
 The default constructor. More...
 
virtual void Encode (IEncoder encoder)
 
 
virtual void Decode (IDecoder decoder)
 
 
virtual bool IsEqual (IEncodeable encodeable)
 
 
virtual object Clone ()
 
 

Properties

string ServerUri [get, set]
 The globally unique identifier for the server. More...
 
string ProductUri [get, set]
 The globally unique identifier for the product. More...
 
LocalizedTextCollection ServerNames [get, set]
 The name of server in multiple lcoales. More...
 
ApplicationType ServerType [get, set]
 The type of server. More...
 
string GatewayServerUri [get, set]
 The globally unique identifier for the server that is acting as a gateway for the server. More...
 
StringCollection DiscoveryUrls [get, set]
 The URLs for the server's discovery endpoints. More...
 
string SemaphoreFilePath [get, set]
 A path to a file that is deleted when the server is no longer accepting connections. More...
 
bool IsOnline [get, set]
 If FALSE the server will save the registration information to a persistent datastore. 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

The information required to register a server with a discovery server.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.RegisteredServer.RegisteredServer ( )

The default constructor.

Property Documentation

StringCollection UnifiedAutomation.UaBase.RegisteredServer.DiscoveryUrls
getset

The URLs for the server's discovery endpoints.

string UnifiedAutomation.UaBase.RegisteredServer.GatewayServerUri
getset

The globally unique identifier for the server that is acting as a gateway for the server.

bool UnifiedAutomation.UaBase.RegisteredServer.IsOnline
getset

If FALSE the server will save the registration information to a persistent datastore.

string UnifiedAutomation.UaBase.RegisteredServer.ProductUri
getset

The globally unique identifier for the product.

string UnifiedAutomation.UaBase.RegisteredServer.SemaphoreFilePath
getset

A path to a file that is deleted when the server is no longer accepting connections.

LocalizedTextCollection UnifiedAutomation.UaBase.RegisteredServer.ServerNames
getset

The name of server in multiple lcoales.

ApplicationType UnifiedAutomation.UaBase.RegisteredServer.ServerType
getset

The type of server.

string UnifiedAutomation.UaBase.RegisteredServer.ServerUri
getset

The globally unique identifier for the server.


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