10.10 CommunicationConfigurationDataType
10.10.1 Overview
The CommunicationConfigurationDataType is an abstract structure used to provide the configuration of the communication model.
The CommunicationConfigurationDataType is illustrated in Figure 54.

10.10.2 CommunicationConfigurationDataType definition
The CommunicationConfigurationDataType is an abstract type that has no fields and is expected to be subtyped. It is formally defined in Table 139.
| Attributes | Value | ||
| BrowseName | 2:CommunicationConfigurationDataType | ||
| IsAbstract | True | ||
| References | Node Class | BrowseName | Description |
|---|---|---|---|
| Subtype of the 0:Structure defined in OPC 10000-5 | |||
| HasSubtype | DataType | 2:PubSubCommunicationConfigurationDataType | Defined in 10.10.3 |
| ConformanceUnits | |||
|---|---|---|---|
| UAFX AutomationComponent Base | |||
| UAFX ConnectionManager Base |
10.10.3 PubSubCommunicationConfigurationDataType
The PubSubCommunicationConfigurationDataType contains configuration information for the PubSub communication model. It is formally defined in Table 140.
| Name | Type | Description |
|---|---|---|
| PubSubCommunicationConfigurationDataType | Structure | Subtype of CommunicationConfigurationDataType |
PubSubConfiguration | 0:PubSubConfiguration2DataType | The PubSubConfiguration to be applied. |
RequireCompleteUpdate | 0:Boolean | For the definition, see CloseAndUpdate defined in OPC 10000-14. |
ConfigurationReferences | 0:PubSubConfigurationRefDataType[] | For the definition, see CloseAndUpdate defined in OPC 10000-14. |
The PubSubCommunicationConfigurationDataType representation in the AddressSpace is formally defined in Table 141.
| Attributes | Value | |||
| BrowseName | 2:PubSubCommunicationConfigurationDataType | |||
| IsAbstract | False | |||
| References | NodeClass | BrowseName | IsAbstract | Description |
|---|---|---|---|---|
| Subtype of the 2:CommunicationConfigurationDataType | ||||
| ConformanceUnits | ||||
|---|---|---|---|---|
| UAFX AutomationComponent PubSub Connections | ||||
| UAFX ConnectionManager PubSubCommunicationFlowConfiguration |
10.10.4 ClientServerCommunicationConfigurationDataType
Provides the configuration information for the Client Server communication model.
This DataType will be specified in a future version of this document.