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

Describes an application and how to find it. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

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

Properties

string ApplicationUri [get, set]
 The globally unique identifier for the application. More...
 
string ProductUri [get, set]
 The globally unique identifier for the product. More...
 
LocalizedText ApplicationName [get, set]
 The name of application. More...
 
ApplicationType ApplicationType [get, set]
 The type of application. More...
 
string GatewayServerUri [get, set]
 The globally unique identifier for the server that is acting as a gateway for the server. More...
 
string DiscoveryProfileUri [get, set]
 The globally unique identifier for the discovery profile supported by the server. More...
 
StringCollection DiscoveryUrls [get, set]
 The URLs for the server's discovery endpoints. 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

Describes an application and how to find it.

<exclude>

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.ApplicationDescription.ApplicationDescription ( )

The default constructor.

Property Documentation

LocalizedText UnifiedAutomation.UaBase.ApplicationDescription.ApplicationName
getset

The name of application.

ApplicationType UnifiedAutomation.UaBase.ApplicationDescription.ApplicationType
getset

The type of application.

string UnifiedAutomation.UaBase.ApplicationDescription.ApplicationUri
getset

The globally unique identifier for the application.

string UnifiedAutomation.UaBase.ApplicationDescription.DiscoveryProfileUri
getset

The globally unique identifier for the discovery profile supported by the server.

StringCollection UnifiedAutomation.UaBase.ApplicationDescription.DiscoveryUrls
getset

The URLs for the server's discovery endpoints.

string UnifiedAutomation.UaBase.ApplicationDescription.GatewayServerUri
getset

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

string UnifiedAutomation.UaBase.ApplicationDescription.ProductUri
getset

The globally unique identifier for the product.


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