namespace http://opcfoundation.org/UA/
nodeClass DataType
name PubSubConnectionDataType
isAbstract false
interface DTPubSubConnection {
    address: DTNetworkAddress;
    connectionProperties: DTKeyValuePair[];
    enabled: boolean;
    name: UAString;
    publisherId: VariantOptions;
    readerGroups: DTReaderGroup[];
    transportProfileUri: UAString;
    transportSettings: DTStructure;
    writerGroups: DTWriterGroup[];
}

Hierarchy (view full)

Properties

connectionProperties: DTKeyValuePair[]
enabled: boolean
name: UAString
publisherId: VariantOptions
readerGroups: DTReaderGroup[]
transportProfileUri: UAString
transportSettings: DTStructure
writerGroups: DTWriterGroup[]