Class UadpWriterGroupMessageTypeNode
- All Implemented Interfaces:
BaseObjectType,UadpWriterGroupMessageType,WriterGroupMessageType,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.UadpWriterGroupMessageType
DATA_SET_ORDERING, GROUP_VERSION, NETWORK_MESSAGE_CONTENT_MASK, PUBLISHING_OFFSET, SAMPLING_OFFSET -
Constructor Summary
ConstructorsConstructorDescriptionUadpWriterGroupMessageTypeNode(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.enumerated.DataSetOrderingTypeGet the local value of the DataSetOrdering Node.Get the DataSetOrderingPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpWriterGroupMessageType.getDataSetOrderingNode().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 ofUadpWriterGroupMessageType.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 ofUadpWriterGroupMessageType.getNetworkMessageContentMaskNode().Double[]Get the local value of the PublishingOffset Node.Get the PublishingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpWriterGroupMessageType.getPublishingOffsetNode().Get the local value of the SamplingOffset Node.Get the SamplingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofUadpWriterGroupMessageType.getSamplingOffsetNode().org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingTypeRead the value of the DataSetOrdering Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType>An asynchronous implementation ofUadpWriterGroupMessageType.readDataSetOrdering().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 ofUadpWriterGroupMessageType.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 ofUadpWriterGroupMessageType.readNetworkMessageContentMask().Double[]Read the value of the PublishingOffset Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double[]>An asynchronous implementation ofUadpWriterGroupMessageType.readPublishingOffset().Read the value of the SamplingOffset Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofUadpWriterGroupMessageType.readSamplingOffset().voidsetDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) Set the local value of the DataSetOrdering 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.voidsetPublishingOffset(Double[] value) Set the local value of the PublishingOffset Node.voidsetSamplingOffset(Double value) Set the local value of the SamplingOffset Node.voidwriteDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) Write a new value for the DataSetOrdering Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetOrderingAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType dataSetOrdering) An asynchronous implementation ofUadpWriterGroupMessageType.writeDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType).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 ofUadpWriterGroupMessageType.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) An asynchronous implementation ofUadpWriterGroupMessageType.writeNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask).voidwritePublishingOffset(Double[] value) Write a new value for the PublishingOffset Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePublishingOffsetAsync(Double[] publishingOffset) An asynchronous implementation ofUadpWriterGroupMessageType.writePublishingOffset(java.lang.Double[]).voidwriteSamplingOffset(Double value) Write a new value for the SamplingOffset Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSamplingOffsetAsync(Double samplingOffset) An asynchronous implementation ofUadpWriterGroupMessageType.writeSamplingOffset(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
-
UadpWriterGroupMessageTypeNode
public UadpWriterGroupMessageTypeNode(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:UadpWriterGroupMessageTypeGet 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 interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeSet the local value of the GroupVersion Node.The value is only updated locally; it is not written to the server.
- Specified by:
setGroupVersionin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeRead the value of the GroupVersion Node from the server and update the local value if the operation succeeds.- Specified by:
readGroupVersionin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeWrite a new value for the GroupVersion Node to the server and update the local value if the operation succeeds.- Specified by:
writeGroupVersionin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.readGroupVersion().- Specified by:
readGroupVersionAsyncin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.writeGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeGroupVersionAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getGroupVersionNode
Description copied from interface:UadpWriterGroupMessageTypeGet the GroupVersionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getGroupVersionNodein interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAsynchronous implementation ofUadpWriterGroupMessageType.getGroupVersionNode().- Specified by:
getGroupVersionNodeAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetOrdering
public org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType getDataSetOrdering() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpWriterGroupMessageTypeGet the local value of the DataSetOrdering Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetOrderingin interfaceUadpWriterGroupMessageType- Returns:
- the local value of the DataSetOrdering Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetOrdering Node.
-
setDataSetOrdering
public void setDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpWriterGroupMessageTypeSet the local value of the DataSetOrdering Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetOrderingin interfaceUadpWriterGroupMessageType- Parameters:
value- the local value to set for the DataSetOrdering Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetOrdering Node.
-
readDataSetOrdering
public org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType readDataSetOrdering() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpWriterGroupMessageTypeRead the value of the DataSetOrdering Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetOrderingin interfaceUadpWriterGroupMessageType- Returns:
- the
DataSetOrderingTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetOrdering
public void writeDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpWriterGroupMessageTypeWrite a new value for the DataSetOrdering Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetOrderingin interfaceUadpWriterGroupMessageType- Parameters:
value- theDataSetOrderingTypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetOrderingAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType> readDataSetOrderingAsync()Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.readDataSetOrdering().- Specified by:
readDataSetOrderingAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetOrderingAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetOrderingAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType dataSetOrdering) Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.writeDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType).- Specified by:
writeDataSetOrderingAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetOrderingNode
public PropertyTypeNode getDataSetOrderingNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpWriterGroupMessageTypeGet the DataSetOrderingPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetOrderingNodein interfaceUadpWriterGroupMessageType- Returns:
- the DataSetOrdering
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetOrderingNodeAsync
Description copied from interface:UadpWriterGroupMessageTypeAsynchronous implementation ofUadpWriterGroupMessageType.getDataSetOrderingNode().- Specified by:
getDataSetOrderingNodeAsyncin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeGet 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 interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeSet the local value of the NetworkMessageContentMask Node.The value is only updated locally; it is not written to the server.
- Specified by:
setNetworkMessageContentMaskin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeRead the value of the NetworkMessageContentMask Node from the server and update the local value if the operation succeeds.- Specified by:
readNetworkMessageContentMaskin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeWrite a new value for the NetworkMessageContentMask Node to the server and update the local value if the operation succeeds.- Specified by:
writeNetworkMessageContentMaskin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.readNetworkMessageContentMask().- Specified by:
readNetworkMessageContentMaskAsyncin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.writeNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask).- Specified by:
writeNetworkMessageContentMaskAsyncin interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeGet the NetworkMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getNetworkMessageContentMaskNodein interfaceUadpWriterGroupMessageType- 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:UadpWriterGroupMessageTypeAsynchronous implementation ofUadpWriterGroupMessageType.getNetworkMessageContentMaskNode().- Specified by:
getNetworkMessageContentMaskNodeAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSamplingOffset
Description copied from interface:UadpWriterGroupMessageTypeGet the local value of the SamplingOffset Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSamplingOffsetin interfaceUadpWriterGroupMessageType- Returns:
- the local value of the SamplingOffset Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SamplingOffset Node.
-
setSamplingOffset
Description copied from interface:UadpWriterGroupMessageTypeSet the local value of the SamplingOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSamplingOffsetin interfaceUadpWriterGroupMessageType- Parameters:
value- the local value to set for the SamplingOffset Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SamplingOffset Node.
-
readSamplingOffset
Description copied from interface:UadpWriterGroupMessageTypeRead the value of the SamplingOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readSamplingOffsetin interfaceUadpWriterGroupMessageType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSamplingOffset
Description copied from interface:UadpWriterGroupMessageTypeWrite a new value for the SamplingOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writeSamplingOffsetin interfaceUadpWriterGroupMessageType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSamplingOffsetAsync
Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.readSamplingOffset().- Specified by:
readSamplingOffsetAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSamplingOffsetAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingOffsetAsync(Double samplingOffset) Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.writeSamplingOffset(java.lang.Double).- Specified by:
writeSamplingOffsetAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSamplingOffsetNode
public PropertyTypeNode getSamplingOffsetNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpWriterGroupMessageTypeGet the SamplingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSamplingOffsetNodein interfaceUadpWriterGroupMessageType- Returns:
- the SamplingOffset
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSamplingOffsetNodeAsync
Description copied from interface:UadpWriterGroupMessageTypeAsynchronous implementation ofUadpWriterGroupMessageType.getSamplingOffsetNode().- Specified by:
getSamplingOffsetNodeAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPublishingOffset
Description copied from interface:UadpWriterGroupMessageTypeGet the local value of the PublishingOffset Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPublishingOffsetin interfaceUadpWriterGroupMessageType- Returns:
- the local value of the PublishingOffset Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingOffset Node.
-
setPublishingOffset
public void setPublishingOffset(Double[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpWriterGroupMessageTypeSet the local value of the PublishingOffset Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPublishingOffsetin interfaceUadpWriterGroupMessageType- Parameters:
value- the local value to set for the PublishingOffset Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublishingOffset Node.
-
readPublishingOffset
Description copied from interface:UadpWriterGroupMessageTypeRead the value of the PublishingOffset Node from the server and update the local value if the operation succeeds.- Specified by:
readPublishingOffsetin interfaceUadpWriterGroupMessageType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePublishingOffset
public void writePublishingOffset(Double[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:UadpWriterGroupMessageTypeWrite a new value for the PublishingOffset Node to the server and update the local value if the operation succeeds.- Specified by:
writePublishingOffsetin interfaceUadpWriterGroupMessageType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPublishingOffsetAsync
Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.readPublishingOffset().- Specified by:
readPublishingOffsetAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublishingOffsetAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingOffsetAsync(Double[] publishingOffset) Description copied from interface:UadpWriterGroupMessageTypeAn asynchronous implementation ofUadpWriterGroupMessageType.writePublishingOffset(java.lang.Double[]).- Specified by:
writePublishingOffsetAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublishingOffsetNode
public PropertyTypeNode getPublishingOffsetNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:UadpWriterGroupMessageTypeGet the PublishingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPublishingOffsetNodein interfaceUadpWriterGroupMessageType- Returns:
- the PublishingOffset
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPublishingOffsetNodeAsync
Description copied from interface:UadpWriterGroupMessageTypeAsynchronous implementation ofUadpWriterGroupMessageType.getPublishingOffsetNode().- Specified by:
getPublishingOffsetNodeAsyncin interfaceUadpWriterGroupMessageType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-