NodeOPCUA API Documentation
    Preparing search index...

    Interface DTPubSubConnection

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

    Hierarchy (View Summary)

    Index

    Properties

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