namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition PubSubKeyPushTargetFolderType i=25346
isAbstract false
interface UAPubSubKeyPushTargetFolder_Base {
    addPushTarget: UAMethod;
    addPushTargetFolder?: UAMethod;
    removePushTarget: UAMethod;
    removePushTargetFolder?: UAMethod;
}

Hierarchy (view full)

Properties

addPushTarget: UAMethod
addPushTargetFolder?: UAMethod
removePushTarget: UAMethod
removePushTargetFolder?: UAMethod