.NET Based OPC UA Client/Server SDK  3.1.3.516
UnifiedAutomation.UaBase.EndpointConfiguration Class Reference

More...

Inherits UnifiedAutomation.UaBase.IEncodeable.

Public Member Functions

 EndpointConfiguration ()
 
virtual void Encode (IEncoder encoder)
 
virtual void Decode (IDecoder decoder)
 
virtual bool IsEqual (IEncodeable encodeable)
 
virtual object Clone ()
 
 EndpointConfiguration (EndpointConfiguration template)
 Initializes a new instance of the EndpointConfiguration class. More...
 
void Update (UaSchema.TransportSettings settings)
 Updates the endpoint configuration with the transport settings. More...
 
void SetDefaults ()
 Sets the endpoint configuration parameters to suitable default values. More...
 

Properties

int OperationTimeout [get, set]
 
bool UseBinaryEncoding [get, set]
 
int MaxStringLength [get, set]
 
int MaxByteStringLength [get, set]
 
int MaxArrayLength [get, set]
 
int MaxMessageSize [get, set]
 
int MaxBufferSize [get, set]
 
int ChannelLifetime [get, set]
 
int SecurityTokenLifetime [get, set]
 
virtual ExpandedNodeId TypeId [get]
 
virtual ExpandedNodeId BinaryEncodingId [get]
 
virtual ExpandedNodeId XmlEncodingId [get]
 
int MaxCallDepth [get, set]
 Gets or sets the maximum call depth. More...
 
int MaxChunkCount [get, set]
 Gets or sets the maximum chunk count. More...
 
int MaxChannelCount [get, set]
 Gets or sets the maximum channel count. More...
 
int InactiveChannelLifetime [get, set]
 Gets or sets the maximum lifetime for a channel that is not opened or faulted. More...
 
- 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 configuration to use for an endpoint.

Constructor & Destructor Documentation

UnifiedAutomation.UaBase.EndpointConfiguration.EndpointConfiguration ( )

UnifiedAutomation.UaBase.EndpointConfiguration.EndpointConfiguration ( EndpointConfiguration  template)

Initializes a new instance of the EndpointConfiguration class.

Parameters
templateThe template.

Member Function Documentation

void UnifiedAutomation.UaBase.EndpointConfiguration.SetDefaults ( )

Sets the endpoint configuration parameters to suitable default values.

void UnifiedAutomation.UaBase.EndpointConfiguration.Update ( UaSchema.TransportSettings  settings)

Updates the endpoint configuration with the transport settings.

Parameters
settingsThe transport settings.

Property Documentation

int UnifiedAutomation.UaBase.EndpointConfiguration.ChannelLifetime
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.InactiveChannelLifetime
getset

Gets or sets the maximum lifetime for a channel that is not opened or faulted.

The maximum lifetime for a channel that is not opened or faulted.

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxArrayLength
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxBufferSize
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxByteStringLength
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxCallDepth
getset

Gets or sets the maximum call depth.

The maximum call depth.

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxChannelCount
getset

Gets or sets the maximum channel count.

The maximum channel count.

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxChunkCount
getset

Gets or sets the maximum chunk count.

The maximum chunk count.

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxMessageSize
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.MaxStringLength
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.OperationTimeout
getset

int UnifiedAutomation.UaBase.EndpointConfiguration.SecurityTokenLifetime
getset

bool UnifiedAutomation.UaBase.EndpointConfiguration.UseBinaryEncoding
getset


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