Class UadpDataSetWriterMessageTypeNode
- All Implemented Interfaces:
BaseObjectType,DataSetWriterMessageType,UadpDataSetWriterMessageType,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.UadpDataSetWriterMessageType
CONFIGURED_SIZE, DATA_SET_MESSAGE_CONTENT_MASK, DATA_SET_OFFSET, NETWORK_MESSAGE_NUMBER -
Constructor Summary
ConstructorsConstructorDescriptionUadpDataSetWriterMessageTypeNode(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 TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the ConfiguredSize Node.Get the ConfiguredSizePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpDataSetWriterMessageType.getConfiguredSizeNode().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 ofUadpDataSetWriterMessageType.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 ofUadpDataSetWriterMessageType.getDataSetOffsetNode().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 ofUadpDataSetWriterMessageType.getNetworkMessageNumberNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the ConfiguredSize 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 ofUadpDataSetWriterMessageType.readConfiguredSize().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 ofUadpDataSetWriterMessageType.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 ofUadpDataSetWriterMessageType.readDataSetOffset().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 ofUadpDataSetWriterMessageType.readNetworkMessageNumber().voidsetConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the ConfiguredSize 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.voidsetNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the NetworkMessageNumber Node.voidwriteConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the ConfiguredSize Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeConfiguredSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort configuredSize) An asynchronous implementation ofUadpDataSetWriterMessageType.writeConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).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 ofUadpDataSetWriterMessageType.writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).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 ofUadpDataSetWriterMessageType.writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).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
-
UadpDataSetWriterMessageTypeNode
public UadpDataSetWriterMessageTypeNode(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
-
getDataSetMessageContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask getDataSetMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetWriterMessageTypeGet 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 interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeSet the local value of the DataSetMessageContentMask Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetMessageContentMaskin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeRead the value of the DataSetMessageContentMask Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetMessageContentMaskin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeWrite a new value for the DataSetMessageContentMask Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetMessageContentMaskin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.readDataSetMessageContentMask().- Specified by:
readDataSetMessageContentMaskAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.writeDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask).- Specified by:
writeDataSetMessageContentMaskAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeGet the DataSetMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetMessageContentMaskNodein interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAsynchronous implementation ofUadpDataSetWriterMessageType.getDataSetMessageContentMaskNode().- Specified by:
getDataSetMessageContentMaskNodeAsyncin interfaceUadpDataSetWriterMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getConfiguredSize
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getConfiguredSize() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetWriterMessageTypeGet the local value of the ConfiguredSize Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getConfiguredSizein interfaceUadpDataSetWriterMessageType- Returns:
- the local value of the ConfiguredSize Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConfiguredSize Node.
-
setConfiguredSize
public void setConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetWriterMessageTypeSet the local value of the ConfiguredSize Node.The value is only updated locally; it is not written to the server.
- Specified by:
setConfiguredSizein interfaceUadpDataSetWriterMessageType- Parameters:
value- the local value to set for the ConfiguredSize Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ConfiguredSize Node.
-
readConfiguredSize
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readConfiguredSize() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetWriterMessageTypeRead the value of the ConfiguredSize Node from the server and update the local value if the operation succeeds.- Specified by:
readConfiguredSizein interfaceUadpDataSetWriterMessageType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeConfiguredSize
public void writeConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpDataSetWriterMessageTypeWrite a new value for the ConfiguredSize Node to the server and update the local value if the operation succeeds.- Specified by:
writeConfiguredSizein interfaceUadpDataSetWriterMessageType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readConfiguredSizeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readConfiguredSizeAsync()Description copied from interface:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.readConfiguredSize().- Specified by:
readConfiguredSizeAsyncin interfaceUadpDataSetWriterMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeConfiguredSizeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeConfiguredSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort configuredSize) Description copied from interface:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.writeConfiguredSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeConfiguredSizeAsyncin interfaceUadpDataSetWriterMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getConfiguredSizeNode
public PropertyTypeNode getConfiguredSizeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpDataSetWriterMessageTypeGet the ConfiguredSizePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getConfiguredSizeNodein interfaceUadpDataSetWriterMessageType- Returns:
- the ConfiguredSize
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getConfiguredSizeNodeAsync
Description copied from interface:UadpDataSetWriterMessageTypeAsynchronous implementation ofUadpDataSetWriterMessageType.getConfiguredSizeNode().- Specified by:
getConfiguredSizeNodeAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeGet 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 interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeSet the local value of the NetworkMessageNumber Node.The value is only updated locally; it is not written to the server.
- Specified by:
setNetworkMessageNumberin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeRead the value of the NetworkMessageNumber Node from the server and update the local value if the operation succeeds.- Specified by:
readNetworkMessageNumberin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeWrite a new value for the NetworkMessageNumber Node to the server and update the local value if the operation succeeds.- Specified by:
writeNetworkMessageNumberin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.readNetworkMessageNumber().- Specified by:
readNetworkMessageNumberAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeNetworkMessageNumberAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeGet the NetworkMessageNumberPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNetworkMessageNumberNodein interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAsynchronous implementation ofUadpDataSetWriterMessageType.getNetworkMessageNumberNode().- Specified by:
getNetworkMessageNumberNodeAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeGet 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 interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeSet the local value of the DataSetOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetOffsetin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeRead the value of the DataSetOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetOffsetin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeWrite a new value for the DataSetOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetOffsetin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.readDataSetOffset().- Specified by:
readDataSetOffsetAsyncin interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAn asynchronous implementation ofUadpDataSetWriterMessageType.writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeDataSetOffsetAsyncin interfaceUadpDataSetWriterMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetOffsetNode
Description copied from interface:UadpDataSetWriterMessageTypeGet the DataSetOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetOffsetNodein interfaceUadpDataSetWriterMessageType- 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:UadpDataSetWriterMessageTypeAsynchronous implementation ofUadpDataSetWriterMessageType.getDataSetOffsetNode().- Specified by:
getDataSetOffsetNodeAsyncin interfaceUadpDataSetWriterMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-