namespace http://opcfoundation.org/UA/
nodeClass ObjectType
typedDefinition StandaloneSubscribedDataSetType i=23828
isAbstract false
interface UAStandaloneSubscribedDataSet_Base {
    dataSetMetaData: UAProperty<DTDataSetMeta, ExtensionObject>;
    isConnected: UAProperty<boolean, Boolean>;
    subscribedDataSet: UASubscribedDataSet;
}

Hierarchy (view full)

Properties

isConnected: UAProperty<boolean, Boolean>
subscribedDataSet: UASubscribedDataSet