Class UadpDataSetReaderMessageTypeNode
- All Implemented Interfaces:
BaseObjectType,DataSetReaderMessageType,UadpDataSetReaderMessageType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.UadpDataSetReaderMessageType
DATA_SET_CLASS_ID, DATA_SET_MESSAGE_CONTENT_MASK, DATA_SET_OFFSET, GROUP_VERSION, NETWORK_MESSAGE_CONTENT_MASK, NETWORK_MESSAGE_NUMBER, PROCESSING_OFFSET, PUBLISHING_INTERVAL, RECEIVE_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionUadpDataSetReaderMessageTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the DataSetClassId Node.Get the DataSetClassIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getDataSetClassIdNode().org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMaskGet the local value of the DataSetMessageContentMask Node.Get the DataSetMessageContentMaskPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getDataSetMessageContentMaskNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the DataSetOffset Node.Get the DataSetOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getDataSetOffsetNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the GroupVersion Node.Get the GroupVersionPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getGroupVersionNode().org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMaskGet the local value of the NetworkMessageContentMask Node.Get the NetworkMessageContentMaskPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getNetworkMessageContentMaskNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the NetworkMessageNumber Node.Get the NetworkMessageNumberPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getNetworkMessageNumberNode().Get the local value of the ProcessingOffset Node.Get the ProcessingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getProcessingOffsetNode().Get the local value of the PublishingInterval Node.Get the PublishingIntervalPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getPublishingIntervalNode().Get the local value of the ReceiveOffset Node.Get the ReceiveOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetReaderMessageType.getReceiveOffsetNode().Read the value of the DataSetClassId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends UUID>An asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetClassId().org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMaskRead the value of the DataSetMessageContentMask Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask>An asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetMessageContentMask().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the DataSetOffset Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetOffset().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the GroupVersion Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>An asynchronous implementation ofUadpDataSetReaderMessageType.readGroupVersion().org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMaskRead the value of the NetworkMessageContentMask Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask>An asynchronous implementation ofUadpDataSetReaderMessageType.readNetworkMessageContentMask().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the NetworkMessageNumber Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofUadpDataSetReaderMessageType.readNetworkMessageNumber().Read the value of the ProcessingOffset Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofUadpDataSetReaderMessageType.readProcessingOffset().Read the value of the PublishingInterval Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofUadpDataSetReaderMessageType.readPublishingInterval().Read the value of the ReceiveOffset Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofUadpDataSetReaderMessageType.readReceiveOffset().voidsetDataSetClassId(UUID value) Set the local value of the DataSetClassId Node.voidsetDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) Set the local value of the DataSetMessageContentMask Node.voidsetDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the DataSetOffset Node.voidsetGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the GroupVersion Node.voidsetNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) Set the local value of the NetworkMessageContentMask Node.voidsetNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the NetworkMessageNumber Node.voidsetProcessingOffset(Double value) Set the local value of the ProcessingOffset Node.voidsetPublishingInterval(Double value) Set the local value of the PublishingInterval Node.voidsetReceiveOffset(Double value) Set the local value of the ReceiveOffset Node.voidwriteDataSetClassId(UUID value) Write a new value for the DataSetClassId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetClassIdAsync(UUID dataSetClassId) An asynchronous implementation ofUadpDataSetReaderMessageType.writeDataSetClassId(java.util.UUID).voidwriteDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) Write a new value for the DataSetMessageContentMask Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask dataSetMessageContentMask) voidwriteDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the DataSetOffset Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetOffsetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort dataSetOffset) An asynchronous implementation ofUadpDataSetReaderMessageType.writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the GroupVersion Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeGroupVersionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger groupVersion) An asynchronous implementation ofUadpDataSetReaderMessageType.writeGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) Write a new value for the NetworkMessageContentMask Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeNetworkMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask networkMessageContentMask) voidwriteNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the NetworkMessageNumber Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeNetworkMessageNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort networkMessageNumber) An asynchronous implementation ofUadpDataSetReaderMessageType.writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteProcessingOffset(Double value) Write a new value for the ProcessingOffset Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeProcessingOffsetAsync(Double processingOffset) An asynchronous implementation ofUadpDataSetReaderMessageType.writeProcessingOffset(java.lang.Double).voidwritePublishingInterval(Double value) Write a new value for the PublishingInterval Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePublishingIntervalAsync(Double publishingInterval) An asynchronous implementation ofUadpDataSetReaderMessageType.writePublishingInterval(java.lang.Double).voidwriteReceiveOffset(Double value) Write a new value for the ReceiveOffset Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeReceiveOffsetAsync(Double receiveOffset) An asynchronous implementation ofUadpDataSetReaderMessageType.writeReceiveOffset(java.lang.Double).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
UadpDataSetReaderMessageTypeNode
public UadpDataSetReaderMessageTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getGroupVersion
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getGroupVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the local value of the GroupVersion Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getGroupVersionin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the GroupVersion Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the GroupVersion Node.
-
setGroupVersion
public void setGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the GroupVersion Node.The value is only updated locally; it is not written to the server.
- Specified by:
setGroupVersionin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the GroupVersion Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the GroupVersion Node.
-
readGroupVersion
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readGroupVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeRead the value of the GroupVersion Node from the server and update the local value if the operation succeeds.- Specified by:
readGroupVersionin interfaceUadpDataSetReaderMessageType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeGroupVersion
public void writeGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the GroupVersion Node to the server and update the local value if the operation succeeds.- Specified by:
writeGroupVersionin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readGroupVersionAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readGroupVersionAsync()Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readGroupVersion().- Specified by:
readGroupVersionAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeGroupVersionAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeGroupVersionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger groupVersion) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeGroupVersionAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getGroupVersionNode
Description copied from interface:UadpDataSetReaderMessageTypeGet the GroupVersionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getGroupVersionNodein interfaceUadpDataSetReaderMessageType- Returns:
- the GroupVersion
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getGroupVersionNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getGroupVersionNode().- Specified by:
getGroupVersionNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getNetworkMessageNumber
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getNetworkMessageNumber() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the local value of the NetworkMessageNumber Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getNetworkMessageNumberin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the NetworkMessageNumber Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NetworkMessageNumber Node.
-
setNetworkMessageNumber
public void setNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the NetworkMessageNumber Node.The value is only updated locally; it is not written to the server.
- Specified by:
setNetworkMessageNumberin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the NetworkMessageNumber Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NetworkMessageNumber Node.
-
readNetworkMessageNumber
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readNetworkMessageNumber() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeRead the value of the NetworkMessageNumber Node from the server and update the local value if the operation succeeds.- Specified by:
readNetworkMessageNumberin interfaceUadpDataSetReaderMessageType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeNetworkMessageNumber
public void writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the NetworkMessageNumber Node to the server and update the local value if the operation succeeds.- Specified by:
writeNetworkMessageNumberin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readNetworkMessageNumberAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readNetworkMessageNumberAsync()Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readNetworkMessageNumber().- Specified by:
readNetworkMessageNumberAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeNetworkMessageNumberAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNetworkMessageNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort networkMessageNumber) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeNetworkMessageNumberAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getNetworkMessageNumberNode
public PropertyTypeNode getNetworkMessageNumberNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the NetworkMessageNumberPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNetworkMessageNumberNodein interfaceUadpDataSetReaderMessageType- Returns:
- the NetworkMessageNumber
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getNetworkMessageNumberNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getNetworkMessageNumberNode().- Specified by:
getNetworkMessageNumberNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetOffset
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getDataSetOffset() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the local value of the DataSetOffset Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the DataSetOffset Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetOffset Node.
-
setDataSetOffset
public void setDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the DataSetOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the DataSetOffset Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetOffset Node.
-
readDataSetOffset
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readDataSetOffset() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeRead the value of the DataSetOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetOffset
public void writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the DataSetOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetOffsetAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readDataSetOffsetAsync()Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetOffset().- Specified by:
readDataSetOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetOffsetAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetOffsetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort dataSetOffset) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeDataSetOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetOffsetNode
Description copied from interface:UadpDataSetReaderMessageTypeGet the DataSetOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetOffsetNodein interfaceUadpDataSetReaderMessageType- Returns:
- the DataSetOffset
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetOffsetNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getDataSetOffsetNode().- Specified by:
getDataSetOffsetNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetClassId
Description copied from interface:UadpDataSetReaderMessageTypeGet the local value of the DataSetClassId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetClassIdin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the DataSetClassId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetClassId Node.
-
setDataSetClassId
Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the DataSetClassId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetClassIdin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the DataSetClassId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetClassId Node.
-
readDataSetClassId
Description copied from interface:UadpDataSetReaderMessageTypeRead the value of the DataSetClassId Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetClassIdin interfaceUadpDataSetReaderMessageType- Returns:
- the
UUIDvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetClassId
Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the DataSetClassId Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetClassIdin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUUIDvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetClassIdAsync
Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetClassId().- Specified by:
readDataSetClassIdAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetClassIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetClassIdAsync(UUID dataSetClassId) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeDataSetClassId(java.util.UUID).- Specified by:
writeDataSetClassIdAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetClassIdNode
public PropertyTypeNode getDataSetClassIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the DataSetClassIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetClassIdNodein interfaceUadpDataSetReaderMessageType- Returns:
- the DataSetClassId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetClassIdNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getDataSetClassIdNode().- Specified by:
getDataSetClassIdNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getNetworkMessageContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask getNetworkMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the local value of the NetworkMessageContentMask Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getNetworkMessageContentMaskin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the NetworkMessageContentMask Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NetworkMessageContentMask Node.
-
setNetworkMessageContentMask
public void setNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the NetworkMessageContentMask Node.The value is only updated locally; it is not written to the server.
- Specified by:
setNetworkMessageContentMaskin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the NetworkMessageContentMask Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the NetworkMessageContentMask Node.
-
readNetworkMessageContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask readNetworkMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeRead the value of the NetworkMessageContentMask Node from the server and update the local value if the operation succeeds.- Specified by:
readNetworkMessageContentMaskin interfaceUadpDataSetReaderMessageType- Returns:
- the
UadpNetworkMessageContentMaskvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeNetworkMessageContentMask
public void writeNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the NetworkMessageContentMask Node to the server and update the local value if the operation succeeds.- Specified by:
writeNetworkMessageContentMaskin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUadpNetworkMessageContentMaskvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readNetworkMessageContentMaskAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask> readNetworkMessageContentMaskAsync()Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readNetworkMessageContentMask().- Specified by:
readNetworkMessageContentMaskAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeNetworkMessageContentMaskAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNetworkMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask networkMessageContentMask) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask).- Specified by:
writeNetworkMessageContentMaskAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getNetworkMessageContentMaskNode
public PropertyTypeNode getNetworkMessageContentMaskNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the NetworkMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNetworkMessageContentMaskNodein interfaceUadpDataSetReaderMessageType- Returns:
- the NetworkMessageContentMask
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getNetworkMessageContentMaskNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getNetworkMessageContentMaskNode().- Specified by:
getNetworkMessageContentMaskNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetMessageContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask getDataSetMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the local value of the DataSetMessageContentMask Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetMessageContentMaskin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the DataSetMessageContentMask Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetMessageContentMask Node.
-
setDataSetMessageContentMask
public void setDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the DataSetMessageContentMask Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetMessageContentMaskin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the DataSetMessageContentMask Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetMessageContentMask Node.
-
readDataSetMessageContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask readDataSetMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeRead the value of the DataSetMessageContentMask Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetMessageContentMaskin interfaceUadpDataSetReaderMessageType- Returns:
- the
UadpDataSetMessageContentMaskvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetMessageContentMask
public void writeDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the DataSetMessageContentMask Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetMessageContentMaskin interfaceUadpDataSetReaderMessageType- Parameters:
value- theUadpDataSetMessageContentMaskvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetMessageContentMaskAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask> readDataSetMessageContentMaskAsync()Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readDataSetMessageContentMask().- Specified by:
readDataSetMessageContentMaskAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetMessageContentMaskAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask dataSetMessageContentMask) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask).- Specified by:
writeDataSetMessageContentMaskAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetMessageContentMaskNode
public PropertyTypeNode getDataSetMessageContentMaskNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the DataSetMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetMessageContentMaskNodein interfaceUadpDataSetReaderMessageType- Returns:
- the DataSetMessageContentMask
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetMessageContentMaskNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getDataSetMessageContentMaskNode().- Specified by:
getDataSetMessageContentMaskNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPublishingInterval
Description copied from interface:UadpDataSetReaderMessageTypeGet the local value of the PublishingInterval Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPublishingIntervalin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the PublishingInterval Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingInterval Node.
-
setPublishingInterval
public void setPublishingInterval(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the PublishingInterval Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPublishingIntervalin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the PublishingInterval Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingInterval Node.
-
readPublishingInterval
Description copied from interface:UadpDataSetReaderMessageTypeRead the value of the PublishingInterval Node from the server and update the local value if the operation succeeds.- Specified by:
readPublishingIntervalin interfaceUadpDataSetReaderMessageType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePublishingInterval
public void writePublishingInterval(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the PublishingInterval Node to the server and update the local value if the operation succeeds.- Specified by:
writePublishingIntervalin interfaceUadpDataSetReaderMessageType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPublishingIntervalAsync
Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readPublishingInterval().- Specified by:
readPublishingIntervalAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublishingIntervalAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingIntervalAsync(Double publishingInterval) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writePublishingInterval(java.lang.Double).- Specified by:
writePublishingIntervalAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublishingIntervalNode
public PropertyTypeNode getPublishingIntervalNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the PublishingIntervalPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPublishingIntervalNodein interfaceUadpDataSetReaderMessageType- Returns:
- the PublishingInterval
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPublishingIntervalNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getPublishingIntervalNode().- Specified by:
getPublishingIntervalNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getProcessingOffset
Description copied from interface:UadpDataSetReaderMessageTypeGet the local value of the ProcessingOffset Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getProcessingOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the ProcessingOffset Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ProcessingOffset Node.
-
setProcessingOffset
Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the ProcessingOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setProcessingOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the ProcessingOffset Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ProcessingOffset Node.
-
readProcessingOffset
Description copied from interface:UadpDataSetReaderMessageTypeRead the value of the ProcessingOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readProcessingOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeProcessingOffset
public void writeProcessingOffset(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the ProcessingOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writeProcessingOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readProcessingOffsetAsync
Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readProcessingOffset().- Specified by:
readProcessingOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeProcessingOffsetAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProcessingOffsetAsync(Double processingOffset) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeProcessingOffset(java.lang.Double).- Specified by:
writeProcessingOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getProcessingOffsetNode
public PropertyTypeNode getProcessingOffsetNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetReaderMessageTypeGet the ProcessingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getProcessingOffsetNodein interfaceUadpDataSetReaderMessageType- Returns:
- the ProcessingOffset
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getProcessingOffsetNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getProcessingOffsetNode().- Specified by:
getProcessingOffsetNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReceiveOffset
Description copied from interface:UadpDataSetReaderMessageTypeGet the local value of the ReceiveOffset Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getReceiveOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the local value of the ReceiveOffset Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ReceiveOffset Node.
-
setReceiveOffset
Description copied from interface:UadpDataSetReaderMessageTypeSet the local value of the ReceiveOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setReceiveOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- the local value to set for the ReceiveOffset Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ReceiveOffset Node.
-
readReceiveOffset
Description copied from interface:UadpDataSetReaderMessageTypeRead the value of the ReceiveOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readReceiveOffsetin interfaceUadpDataSetReaderMessageType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeReceiveOffset
Description copied from interface:UadpDataSetReaderMessageTypeWrite a new value for the ReceiveOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writeReceiveOffsetin interfaceUadpDataSetReaderMessageType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readReceiveOffsetAsync
Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.readReceiveOffset().- Specified by:
readReceiveOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeReceiveOffsetAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReceiveOffsetAsync(Double receiveOffset) Description copied from interface:UadpDataSetReaderMessageTypeAn asynchronous implementation ofUadpDataSetReaderMessageType.writeReceiveOffset(java.lang.Double).- Specified by:
writeReceiveOffsetAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getReceiveOffsetNode
Description copied from interface:UadpDataSetReaderMessageTypeGet the ReceiveOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getReceiveOffsetNodein interfaceUadpDataSetReaderMessageType- Returns:
- the ReceiveOffset
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReceiveOffsetNodeAsync
Description copied from interface:UadpDataSetReaderMessageTypeAsynchronous implementation ofUadpDataSetReaderMessageType.getReceiveOffsetNode().- Specified by:
getReceiveOffsetNodeAsyncin interfaceUadpDataSetReaderMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-