namespace http://opcfoundation.org/UA/
nodeClass DataType
name PubSubConfigurationDataType
isAbstract false
interface DTPubSubConfiguration {
    connections: DTPubSubConnection[];
    enabled: boolean;
    publishedDataSets: DTPublishedDataSet[];
}

Hierarchy (view full)

Properties

connections: DTPubSubConnection[]
enabled: boolean
publishedDataSets: DTPublishedDataSet[]