namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition SubscribedDataSetFolderType i=23795
isAbstract false
interface UASubscribedDataSetFolder_Base {
    addDataSetFolder?: UAMethod;
    addSubscribedDataSet?: UAMethod;
    removeDataSetFolder?: UAMethod;
    removeSubscribedDataSet?: UAMethod;
}

Hierarchy (view full)

Properties

addDataSetFolder?: UAMethod
addSubscribedDataSet?: UAMethod
removeDataSetFolder?: UAMethod
removeSubscribedDataSet?: UAMethod