namespace http://opcfoundation.org/UA/
nodeClass DataType
name PubSubGroupDataType
isAbstract true
interface DTPubSubGroup {
    enabled: boolean;
    groupProperties: DTKeyValuePair[];
    maxNetworkMessageSize: number;
    name: UAString;
    securityGroupId: UAString;
    securityKeyServices: DTEndpointDescription[];
    securityMode: EnumMessageSecurityMode;
}

Hierarchy (view full)

Properties

enabled: boolean
groupProperties: DTKeyValuePair[]
maxNetworkMessageSize: number
name: UAString
securityGroupId: UAString
securityKeyServices: DTEndpointDescription[]