| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.pubsub |
PubSub (Part 14 of the OPC UA Specification) related implementations.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.server.io |
Classes related to dynamically handing Read/Write services.
|
| com.prosysopc.ua.stack.utils |
Utility classes
|
| Modifier and Type | Method and Description |
|---|---|
NumericRange |
MonitoredItemBase.getIndexRange()
Optional subrange of an array to monitor to.
|
| Modifier and Type | Method and Description |
|---|---|
NumericRange |
MonitoredDataItem.getIndexRange() |
| Modifier and Type | Method and Description |
|---|---|
HistoryReadResult[] |
UaClient.historyReadAtTimes(NodeId[] nodeIds,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
Boolean useSimpleBounds)
Reads history at specified times.
|
DataValue[] |
UaClient.historyReadAtTimes(NodeId nodeId,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads history at specified times.
|
DataValue[] |
UaClient.historyReadAtTimes(NodeId nodeId,
DateTime[] reqTimes,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
Boolean useSimpleBounds)
Reads history at specified times.
|
HistoryReadResult[] |
UaClient.historyReadModified(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads Modified values from the history.
|
HistoryModifiedData |
UaClient.historyReadModified(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads Modified values from the history.
|
HistoryReadResult[] |
UaClient.historyReadProcessed(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
Double processingInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads processed history data.
|
DataValue[] |
UaClient.historyReadProcessed(NodeId nodeId,
DateTime startTime,
DateTime endTime,
Double processingInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads processed history data.
|
HistoryReadResult[] |
UaClient.historyReadRaw(NodeId[] nodeIds,
DateTime startTime,
DateTime endTime,
long numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
DataValue[] |
UaClient.historyReadRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime,
long numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
DataValue[] |
UaClient.historyReadRaw(NodeId nodeId,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn)
Reads raw history data.
|
DataValue |
UaClient.readAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue |
UaClient.readAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value for the specified single node attribute.
|
DataValue[] |
UaClient.readAttributes(ExpandedNodeId nodeId,
UnsignedInteger[] attributeIds,
NumericRange[] indexRanges,
Double maxCacheAge)
Read all attributes of a Node.
|
DataValue[] |
UaClient.readAttributes(NodeId nodeId,
UnsignedInteger[] attributeIds,
NumericRange[] indexRanges,
Double maxCacheAge)
Read all attributes of a Node.
|
DataValue[] |
UaClient.readAttributes(UaNodeId nodeId,
UnsignedInteger[] attributeIds,
NumericRange[] indexRanges,
Double maxCacheAge)
Read all attributes of a Node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(ExpandedNodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(NodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId,
NumericRange indexRange)
Reads the value attribute of a node.
|
DataValue |
UaClient.readValue(UaNodeId nodeId,
NumericRange indexRange,
Double maxCacheAge)
Reads the value attribute of a node.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(ExpandedNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps,
Double maxCacheAge)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(NodeId[] nodeIds,
NumericRange[] indexRanges)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(NodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(NodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps,
Double maxCacheAge)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps)
Reads the value attribute of several nodes at once.
|
DataValue[] |
UaClient.readValues(UaNodeId[] nodeIds,
NumericRange[] indexRanges,
TimestampsToReturn timestamps,
Double maxCacheAge)
Reads the value attribute of several nodes at once.
|
void |
MonitoredDataItem.setIndexRange(NumericRange indexRange)
Define the range of array indexes to monitor.
|
boolean |
UaClient.writeAttribute(ExpandedNodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeAttribute(UaNodeId nodeId,
UnsignedInteger attributeId,
Object value,
NumericRange indexRange)
Write a single attribute value.
|
boolean |
UaClient.writeValue(ExpandedNodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(NodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
boolean |
UaClient.writeValue(UaNodeId nodeId,
Object value,
NumericRange indexRange)
Write the value attribute of a node.
|
StatusCode[] |
UaClient.writeValues(ExpandedNodeId[] nodeIds,
Object[] values,
NumericRange[] indexRanges)
Write the value attribute of several nodes at once.
|
StatusCode[] |
UaClient.writeValues(NodeId[] nodeIds,
Object[] values,
NumericRange[] indexRanges)
Write the value attribute of several nodes at once.
|
StatusCode[] |
UaClient.writeValues(UaNodeId[] nodeIds,
Object[] values,
NumericRange[] indexRanges)
Write the value attribute of several nodes at once.
|
| Modifier and Type | Field and Description |
|---|---|
protected NumericRange |
PubSubPublishedVariableConf.Builder.indexRange |
| Modifier and Type | Field and Description |
|---|---|
static PubSubConfScalarFieldSpecification<NumericRange> |
PubSubPublishedVariableConf.Fields.IndexRange |
| Modifier and Type | Method and Description |
|---|---|
NumericRange |
PubSubPublishedVariableConf.getIndexRange()
If non-null allows selecting a part of the
PubSubPublishedVariableConf.getPublishedVariable() multidimensional
Value. |
NumericRange |
PubSubPublishedVariableConf.Builder.getIndexRange() |
| Modifier and Type | Method and Description |
|---|---|
PubSubPublishedVariableConf.Builder |
PubSubPublishedVariableConf.Builder.setIndexRange(NumericRange indexRange)
Set the value for
PubSubPublishedVariableConf.getIndexRange(). |
| Modifier and Type | Method and Description |
|---|---|
protected NumericRange |
SubscriptionManager.checkIndexRangeForMonitoredItem(String indexRange,
UnsignedInteger attributeId) |
NumericRange |
MonitoredDataItem.getIndexRange()
The range of array indexes to monitor with the monitored item.
|
| Modifier and Type | Method and Description |
|---|---|
MonitoredDataItem |
Subscription.addDataItem(ServiceContext serviceContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
QualifiedName dataEncoding,
MonitoringMode monitoringMode)
Add a new monitoring item to the subscription.
|
MonitoredDataItem |
Subscription.addDataItem(ServiceContext serviceContext,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
QualifiedName dataEncoding,
MonitoringMode monitoringMode)
Add a new monitoring item to the subscription.
|
static void |
IoManager.applyIndexRangeToReadValue(DataValue dataValue,
NumericRange indexRange)
"Cuts" the specified indexRange out of the provided dataValue.
|
static DataValue |
IoManager.applyIndexRangeToWriteValue(DataValue currentValue,
DataValue newValue,
NumericRange indexRange)
Writes the newValue to currentValue in the location specified by the indexRange.
|
protected static void |
IoManager.checkIndexRange(Object value,
NumericRange indexRange,
int dimension) |
protected void |
NodeManagerUaNode.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManagerTable.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected void |
NodeManager.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Check that the monitored item request is valid.
|
protected MonitoredDataItem |
Subscription.createMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger monitoredItemId,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringMode monitoringMode)
This can be overridden to use a subtyped
MonitoredDataItem in a subtyped
Subscription. |
protected void |
NodeManager.fireCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode) |
protected HistoryResult |
NodeManagerTable.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex) |
protected HistoryResult |
HistoryManager.historyRead(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Handles all historyRead requests.
|
default void |
NodeManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UaNode node,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Notification of a new MonitoredDataItem request from a client application.
|
default void |
SubscriptionManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringParameters params,
MonitoringFilter filter,
AggregateFilterResult filterResult,
MonitoringMode monitoringMode)
Notification of a new MonitoredDataItem request from a client application.
|
default Object |
HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object continuationPoint,
DateTime[] reqTimes,
Boolean useSimpleBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
default Object |
HistoryManagerListener.onReadModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
default Object |
HistoryManagerListener.onReadProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails The server should
return Aggregate values from the node history matching the requested timestamps.
|
default Object |
HistoryManagerListener.onReadRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected Object |
HistoryManager.readAtTimes(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime[] reqTimes,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadAtTimeDetails.
|
DataValue |
IoManager.readAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DateTime minTimestamp)
Read attribute directly from this IoManager.
|
protected void |
NodeManagerTable.readAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected void |
IoManager.readAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected void |
AttributeServiceHandler.readAttribute(ServiceContext serviceContext,
Object dataset,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the value of a single node attribute.
|
protected Object |
HistoryManager.readModified(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
NumericRange indexRange,
HistoryModifiedData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected HistoryResult |
AttributeServiceHandler.readNodeHistory(ServiceContext serviceContext,
Object dataset,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
NumericRange indexRange,
HistoryContinuationPoint continuationPoint,
HistoryReadDetails details,
int aggregateIndex)
Read history of a single node.
|
protected Object |
HistoryManager.readProcessed(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
Double resampleInterval,
NodeId aggregateType,
AggregateConfiguration aggregateConfiguration,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadProcessedDetails.
|
protected Object |
HistoryManager.readRaw(ServiceContext serviceContext,
Object operationContext,
TimestampsToReturn timestampsToReturn,
NodeId nodeId,
UaNode node,
Object userContinuationPoint,
DateTime startTime,
DateTime endTime,
UnsignedInteger numValuesPerNode,
Boolean returnBounds,
NumericRange indexRange,
HistoryData historyData)
Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the
isModified set to true.
|
protected void |
IoManagerUaNode.readValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
protected void |
IoManager.readValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode variable,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Read the Value attribute of a Variable node.
|
protected void |
MonitoredDataItem.setIndexRange(NumericRange indexRange) |
protected static void |
IoManager.validateIndexRange(int dim,
int length,
NumericRange indexRange) |
void |
IoManager.writeAttribute(NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue dataValue)
Write the value of a single node attribute.
|
protected boolean |
NodeManagerTable.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue value)
Write the value of a single node attribute.
|
protected boolean |
IoManager.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue dataValue)
Write the value of a single node attribute.
|
protected boolean |
AttributeServiceHandler.writeAttribute(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
DataValue value)
Write the value of a single node attribute.
|
protected boolean |
IoManagerUaNode.writeValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
protected boolean |
IoManager.writeValue(ServiceContext serviceContext,
Object operationContext,
NodeId nodeId,
UaValueNode valueNode,
NumericRange indexRange,
DataValue dataValue)
Write the Value attribute of a Variable node.
|
| Constructor and Description |
|---|
MonitoredDataItem(ServiceContext serviceContext,
Subscription subscription,
UnsignedInteger monitoredItemId,
NodeId nodeId,
UnsignedInteger attributeId,
NumericRange indexRange,
MonitoringMode monitoringMode)
Creates a new
MonitoredDataItem with the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeIoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
default boolean |
IoManagerListener.onReadValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode variable,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
Notification of a read request for the Value attribute of a Variable node.
|
boolean |
UaVariableIoListenerImpl.onReadValue(ServiceContext serviceContext,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onReadValue(ServiceContext serviceContext,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
UaTypeIoListenerImpl.onReadValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue) |
boolean |
UaTypeIoListener.onReadValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
TimestampsToReturn timestampsToReturn,
DateTime minTimestamp,
DataValue dataValue)
|
boolean |
TypeIoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
NodeIoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
IoManagerListenerChainImpl.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
default boolean |
IoManagerListener.onWriteValue(ServiceContext serviceContext,
NodeId nodeId,
UaValueNode valueNode,
NumericRange indexRange,
DataValue dataValue)
Notification of a write request for the Value attribute of a Variable node.
|
boolean |
UaVariableIoListenerImpl.onWriteValue(ServiceContext serviceContext,
NumericRange indexRange,
DataValue dataValue)
|
boolean |
UaVariableIoListener.onWriteValue(ServiceContext serviceContext,
NumericRange indexRange,
DataValue dataValue)
|
boolean |
UaTypeIoListenerImpl.onWriteValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue) |
boolean |
UaTypeIoListener.onWriteValue(ServiceContext serviceContext,
UaInstance instance,
UaValueNode node,
NumericRange indexRange,
DataValue dataValue)
|
| Modifier and Type | Method and Description |
|---|---|
static NumericRange |
NumericRange.getEmpty()
getEmpty.
|
static NumericRange |
NumericRange.parse(String textToParse)
Parses a string representing a numeric range.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
NumericRange.isNullOrEmpty(NumericRange indexRange)
Check if the range is an empty range.
|
static String |
NumericRange.toString(NumericRange indexRange)
toString.
|
Copyright © 2026. All rights reserved.