10.11 CommunicationConfigurationResultDataType

10.11.1 Overview

The CommunicationConfigurationResultDataType is an abstract structure used to provide information regarding communication model-specific results and properties at the EstablishConnections Method.

The CommunicationConfigurationResultDataType is illustrated in Figure 55.

Figure 55 – CommunicationConfigurationResultDataType illustration

10.11.2 CommunicationConfigurationResultDataType definition

The CommunicationConfigurationResultDataType is an abstract type that has no structure and is expected to be subtyped. It is formally defined in Table 142.

Table 142 – CommunicationConfigurationResultDataType definition
Attributes Value
BrowseName2:CommunicationConfigurationResultDataType
IsAbstractTrue
References Node Class BrowseName Description
Subtype of the 0:Structure defined in OPC 10000-5
HasSubtypeDataType2:PubSubCommunicationConfigurationResultDataType Defined in 10.11.3
ConformanceUnits
UAFX AutomationComponent Base
UAFX ConnectionManager Base

10.11.3 PubSubCommunicationConfigurationResultDataType

The PubSubCommunicationConfigurationResultDataType is formally defined in Table 143.

Table 143 – PubSubCommunicationConfigurationResultDataType structure
NameTypeDescription
PubSubCommunicationConfigurationResultDataTypeStructureSubtype of CommunicationConfigurationResultDataType
Result0:StatusCodeStatus Code related to the overall configuration of the communication model. For the definition, see Table 19.
ChangesApplied 0:Boolean

For the definition, see CloseAndUpdate defined in OPC 10000-14.

If the command is aborted or rolled back, it shall be set to FALSE.

ReferenceResults 0:StatusCode[] For the definition, see CloseAndUpdate (Element Result Codes) defined in OPC 10000-14. On a rollback of an operation, these status codes shall retain their values from before the rollback. If the command is aborted before these values are generated, then this array shall be set to null or empty.
ConfigurationValues0:PubSubConfigurationValueDataType[]For the definition, see CloseAndUpdate defined in OPC 10000-14. If the command is aborted or rolled back, it shall be set to null or empty.
ConfigurationObjects0:NodeId[]

For the definition, see CloseAndUpdate defined in OPC 10000-14.

If the command is aborted or rolled back, it shall be set to null or empty.

The PubSubCommunicationConfigurationResultDataType representation in the AddressSpace is formally defined in Table 144.

Table 144 – PubSubCommunicationConfigurationResultDataType definition
Attribute Value
BrowseName2:PubSubCommunicationConfigurationResultDataType
IsAbstractFalse
References NodeClass BrowseName DataType TypeDefinition Other
Subtype of the 2:CommunicationConfigurationResultDataType
ConformanceUnits
UAFX AutomationComponent PubSub Connections
UAFX ConnectionManager PubSubCommunicationFlowConfiguration

10.11.4 ClientServerCommunicationConfigurationResultDataType

This DataType will be specified in a future version of this document.