com.prosysopc.ua.types.opcua
Interface SamplingIntervalDiagnosticsType
- All Superinterfaces:
- BaseDataVariableType, BaseInstanceType, BaseVariableType, UaInstance, UaNode, UaValueNode, UaVariable
- All Known Implementing Classes:
- SamplingIntervalDiagnosticsTypeImpl, SamplingIntervalDiagnosticsTypeImplBase, SamplingIntervalDiagnosticsTypeNode, SamplingIntervalDiagnosticsTypeNodeBase
public interface SamplingIntervalDiagnosticsType
- extends BaseDataVariableType
Generated on 2018-05-09 10:45:27
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
SAMPLING_INTERVAL
static final String SAMPLING_INTERVAL
- See Also:
- Constant Field Values
SAMPLED_MONITORED_ITEMS_COUNT
static final String SAMPLED_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
MAX_SAMPLED_MONITORED_ITEMS_COUNT
static final String MAX_SAMPLED_MONITORED_ITEMS_COUNT
- See Also:
- Constant Field Values
DISABLED_MONITORED_ITEMS_SAMPLING_COUNT
static final String DISABLED_MONITORED_ITEMS_SAMPLING_COUNT
- See Also:
- Constant Field Values
getSamplingIntervalNode
BaseDataVariableType getSamplingIntervalNode()
getSamplingInterval
Double getSamplingInterval()
setSamplingInterval
void setSamplingInterval(Double value)
throws StatusException
- Throws:
StatusException
getSampledMonitoredItemsCountNode
BaseDataVariableType getSampledMonitoredItemsCountNode()
getSampledMonitoredItemsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getSampledMonitoredItemsCount()
setSampledMonitoredItemsCount
void setSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getMaxSampledMonitoredItemsCountNode
BaseDataVariableType getMaxSampledMonitoredItemsCountNode()
getMaxSampledMonitoredItemsCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getMaxSampledMonitoredItemsCount()
setMaxSampledMonitoredItemsCount
void setMaxSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
getDisabledMonitoredItemsSamplingCountNode
BaseDataVariableType getDisabledMonitoredItemsSamplingCountNode()
getDisabledMonitoredItemsSamplingCount
org.opcfoundation.ua.builtintypes.UnsignedInteger getDisabledMonitoredItemsSamplingCount()
setDisabledMonitoredItemsSamplingCount
void setDisabledMonitoredItemsSamplingCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
throws StatusException
- Throws:
StatusException
Copyright © 2018. All rights reserved.