namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition PubSubCapabilitiesType i=23832
isAbstract false
interface UAPubSubCapabilities_Base {
    maxDataSetReaders: UAProperty<number, UInt32>;
    maxDataSetWriters: UAProperty<number, UInt32>;
    maxDataSetWritersPerGroup?: UAProperty<number, UInt32>;
    maxFieldsPerDataSet: UAProperty<number, UInt32>;
    maxNetworkMessageSizeBroker?: UAProperty<number, UInt32>;
    maxNetworkMessageSizeDatagram?: UAProperty<number, UInt32>;
    maxPublishedDataSets?: UAProperty<number, UInt32>;
    maxPubSubConnections: UAProperty<number, UInt32>;
    maxPushTargets?: UAProperty<number, UInt32>;
    maxReaderGroups: UAProperty<number, UInt32>;
    maxSecurityGroups?: UAProperty<number, UInt32>;
    maxStandaloneSubscribedDataSets?: UAProperty<number, UInt32>;
    maxWriterGroups: UAProperty<number, UInt32>;
    supportSecurityKeyPull?: UAProperty<boolean, Boolean>;
    supportSecurityKeyPush?: UAProperty<boolean, Boolean>;
    supportSecurityKeyServer?: UAProperty<boolean, Boolean>;
}

Hierarchy (view full)

Properties

maxDataSetReaders: UAProperty<number, UInt32>
maxDataSetWriters: UAProperty<number, UInt32>
maxDataSetWritersPerGroup?: UAProperty<number, UInt32>
maxFieldsPerDataSet: UAProperty<number, UInt32>
maxNetworkMessageSizeBroker?: UAProperty<number, UInt32>
maxNetworkMessageSizeDatagram?: UAProperty<number, UInt32>
maxPublishedDataSets?: UAProperty<number, UInt32>
maxPubSubConnections: UAProperty<number, UInt32>
maxPushTargets?: UAProperty<number, UInt32>
maxReaderGroups: UAProperty<number, UInt32>
maxSecurityGroups?: UAProperty<number, UInt32>
maxStandaloneSubscribedDataSets?: UAProperty<number, UInt32>
maxWriterGroups: UAProperty<number, UInt32>
supportSecurityKeyPull?: UAProperty<boolean, Boolean>
supportSecurityKeyPush?: UAProperty<boolean, Boolean>
supportSecurityKeyServer?: UAProperty<boolean, Boolean>