Interface UadpWriterGroupMessageType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode,WriterGroupMessageType
- All Known Implementing Classes:
UadpWriterGroupMessageTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double[]>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double> -
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 PropertyType>Asynchronous implementation ofgetDataSetOrderingNode().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 PropertyType>Asynchronous implementation ofgetGroupVersionNode().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 PropertyType>Asynchronous implementation ofgetNetworkMessageContentMaskNode().Double[]Get the local value of the PublishingOffset Node.Get the PublishingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetPublishingOffsetNode().Get the local value of the SamplingOffset Node.Get the SamplingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSamplingOffsetNode().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 ofreadDataSetOrdering().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 ofreadGroupVersion().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 ofreadNetworkMessageContentMask().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 ofreadPublishingOffset().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 ofreadSamplingOffset().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 value) An asynchronous implementation ofwriteDataSetOrdering(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 value) An asynchronous implementation ofwriteGroupVersion(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 value) An asynchronous implementation ofwriteNetworkMessageContentMask(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[] value) An asynchronous implementation ofwritePublishingOffset(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 value) An asynchronous implementation ofwriteSamplingOffset(java.lang.Double).Methods 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
-
Field Details
-
GROUP_VERSION
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> GROUP_VERSION -
DATA_SET_ORDERING
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType> DATA_SET_ORDERING -
NETWORK_MESSAGE_CONTENT_MASK
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask> NETWORK_MESSAGE_CONTENT_MASK -
SAMPLING_OFFSET
-
PUBLISHING_OFFSET
-
-
Method Details
-
getGroupVersion
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getGroupVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the GroupVersion Node.The returned value is the last seen; it is not read live from the server.
- 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
void setGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the GroupVersion Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readGroupVersion() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the GroupVersion Node from the server and update the local value if the operation succeeds.- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeGroupVersion
void writeGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the GroupVersion Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readGroupVersionAsync()An asynchronous implementation ofreadGroupVersion().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeGroupVersionAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeGroupVersionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) An asynchronous implementation ofwriteGroupVersion(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getGroupVersionNode
Get the GroupVersionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getGroupVersionNodeAsync()Asynchronous implementation ofgetGroupVersionNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetOrdering
org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType getDataSetOrdering() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the DataSetOrdering Node.The returned value is the last seen; it is not read live from the server.
- 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
void setDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the DataSetOrdering Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType readDataSetOrdering() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the DataSetOrdering Node from the server and update the local value if the operation succeeds.- Returns:
- the
DataSetOrderingTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetOrdering
void writeDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the DataSetOrdering Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType> readDataSetOrderingAsync()An asynchronous implementation ofreadDataSetOrdering().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetOrderingAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetOrderingAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType value) An asynchronous implementation ofwriteDataSetOrdering(org.eclipse.milo.opcua.stack.core.types.enumerated.DataSetOrderingType).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetOrderingNode
Get the DataSetOrderingPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getDataSetOrderingNodeAsync()Asynchronous implementation ofgetDataSetOrderingNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getNetworkMessageContentMask
org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask getNetworkMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the NetworkMessageContentMask Node.The returned value is the last seen; it is not read live from the server.
- 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
void setNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the NetworkMessageContentMask Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask readNetworkMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the NetworkMessageContentMask Node from the server and update the local value if the operation succeeds.- Returns:
- the
UadpNetworkMessageContentMaskvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeNetworkMessageContentMask
void writeNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the NetworkMessageContentMask Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask> readNetworkMessageContentMaskAsync()An asynchronous implementation ofreadNetworkMessageContentMask().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeNetworkMessageContentMaskAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNetworkMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask value) An asynchronous implementation ofwriteNetworkMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpNetworkMessageContentMask).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getNetworkMessageContentMaskNode
PropertyType getNetworkMessageContentMaskNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the NetworkMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getNetworkMessageContentMaskNodeAsync()Asynchronous implementation ofgetNetworkMessageContentMaskNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSamplingOffset
Get the local value of the SamplingOffset Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the SamplingOffset Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the SamplingOffset Node from the server and update the local value if the operation succeeds.- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSamplingOffset
Write a new value for the SamplingOffset Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends Double> readSamplingOffsetAsync()An asynchronous implementation ofreadSamplingOffset().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSamplingOffsetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingOffsetAsync(Double value) An asynchronous implementation ofwriteSamplingOffset(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSamplingOffsetNode
Get the SamplingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getSamplingOffsetNodeAsync()Asynchronous implementation ofgetSamplingOffsetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPublishingOffset
Get the local value of the PublishingOffset Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the PublishingOffset Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the PublishingOffset Node from the server and update the local value if the operation succeeds.- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePublishingOffset
Write a new value for the PublishingOffset Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends Double[]> readPublishingOffsetAsync()An asynchronous implementation ofreadPublishingOffset().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublishingOffsetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingOffsetAsync(Double[] value) An asynchronous implementation ofwritePublishingOffset(java.lang.Double[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublishingOffsetNode
Get the PublishingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getPublishingOffsetNodeAsync()Asynchronous implementation ofgetPublishingOffsetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-