// ----- this file has been automatically generated - do not edit import { UAObject, UAProperty } from "node-opcua-address-space-base" import { DataType } from "node-opcua-variant" import { UInt32 } from "node-opcua-basic-types" /** * | | | * |----------------|------------------------------------------------------------| * |namespace |http://opcfoundation.org/UA/ | * |nodeClass |ObjectType | * |typedDefinition |PubSubCapabilitiesType i=23832 | * |isAbstract |false | */ export interface UAPubSubCapabilities_Base { maxPubSubConnections: UAProperty; maxWriterGroups: UAProperty; maxReaderGroups: UAProperty; maxDataSetWriters: UAProperty; maxDataSetReaders: UAProperty; maxFieldsPerDataSet: UAProperty; maxDataSetWritersPerGroup?: UAProperty; maxSecurityGroups?: UAProperty; maxPushTargets?: UAProperty; maxPublishedDataSets?: UAProperty; maxStandaloneSubscribedDataSets?: UAProperty; maxNetworkMessageSizeDatagram?: UAProperty; maxNetworkMessageSizeBroker?: UAProperty; supportSecurityKeyPull?: UAProperty; supportSecurityKeyPush?: UAProperty; supportSecurityKeyServer?: UAProperty; } export interface UAPubSubCapabilities extends UAObject, UAPubSubCapabilities_Base { }