public interface SubscribedDataSetFolderType extends FolderType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
ADD_DATA_SET_FOLDER |
static String |
ADD_SUBSCRIBED_DATA_SET |
static String |
REMOVE_DATA_SET_FOLDER |
static String |
REMOVE_SUBSCRIBED_DATA_SET |
static String |
STANDALONE_SUBSCRIBED_DATA_SET_NAME__PLACEHOLDER |
| Modifier and Type | Method and Description |
|---|---|
NodeId |
addDataSetFolder(String f_name) |
NodeId |
addSubscribedDataSet(StandaloneSubscribedDataSetDataType f_subscribedDataSet) |
UaMethod |
getAddDataSetFolderNode() |
UaMethod |
getAddSubscribedDataSetNode() |
UaMethod |
getRemoveDataSetFolderNode() |
UaMethod |
getRemoveSubscribedDataSetNode() |
void |
removeDataSetFolder(NodeId f_dataSetFolderNodeId) |
void |
removeSubscribedDataSet(NodeId f_subscribedDataSetNodeId) |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String STANDALONE_SUBSCRIBED_DATA_SET_NAME__PLACEHOLDER
static final String ADD_DATA_SET_FOLDER
static final String ADD_SUBSCRIBED_DATA_SET
static final String REMOVE_DATA_SET_FOLDER
static final String REMOVE_SUBSCRIBED_DATA_SET
UaMethod getAddDataSetFolderNode()
NodeId addDataSetFolder(String f_name) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getAddSubscribedDataSetNode()
NodeId addSubscribedDataSet(StandaloneSubscribedDataSetDataType f_subscribedDataSet) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveDataSetFolderNode()
void removeDataSetFolder(NodeId f_dataSetFolderNodeId) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getRemoveSubscribedDataSetNode()
void removeSubscribedDataSet(NodeId f_subscribedDataSetNodeId) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.