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

Contains information on different network paths for one Server. More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 NetworkGroupDataType ()
 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

string ServerUri [get, set]
 URI of the Server represented by the network group. More...
 
EndpointUrlListDataTypeCollection NetworkPaths [get, set]
 Array of different network paths to the server, for example provided by different network cards in a Server node. 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 information on different network paths for one Server.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.NetworkGroupDataType.NetworkGroupDataType ( )
inline

The default constructor.

Member Function Documentation

virtual bool UnifiedAutomation.UaBase.NetworkGroupDataType.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

EndpointUrlListDataTypeCollection UnifiedAutomation.UaBase.NetworkGroupDataType.NetworkPaths
getset

Array of different network paths to the server, for example provided by different network cards in a Server node.

Each network path can have several Endpoints representing different protocol options for the same path.

string UnifiedAutomation.UaBase.NetworkGroupDataType.ServerUri
getset

URI of the Server represented by the network group.


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