Interface UadpDataSetReaderMessageType
- All Superinterfaces:
BaseObjectType,DataSetReaderMessageType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
UadpDataSetReaderMessageTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<UUID>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>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<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double> -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the DataSetClassId Node.Get the DataSetClassIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetDataSetClassIdNode().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 PropertyType>Asynchronous implementation ofgetDataSetMessageContentMaskNode().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 PropertyType>Asynchronous implementation ofgetDataSetOffsetNode().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().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 PropertyType>Asynchronous implementation ofgetNetworkMessageNumberNode().Get the local value of the ProcessingOffset Node.Get the ProcessingOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetProcessingOffsetNode().Get the local value of the PublishingInterval Node.Get the PublishingIntervalPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetPublishingIntervalNode().Get the local value of the ReceiveOffset Node.Get the ReceiveOffsetPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetReceiveOffsetNode().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 ofreadDataSetClassId().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 ofreadDataSetMessageContentMask().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 ofreadDataSetOffset().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().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 ofreadNetworkMessageNumber().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 ofreadProcessingOffset().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 ofreadPublishingInterval().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 ofreadReceiveOffset().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 value) An asynchronous implementation ofwriteDataSetClassId(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 value) An asynchronous implementation ofwriteDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask).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 value) An asynchronous implementation ofwriteDataSetOffset(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 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).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 value) An asynchronous implementation ofwriteNetworkMessageNumber(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 value) An asynchronous implementation ofwriteProcessingOffset(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>An asynchronous implementation ofwritePublishingInterval(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 value) An asynchronous implementation ofwriteReceiveOffset(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 -
NETWORK_MESSAGE_NUMBER
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> NETWORK_MESSAGE_NUMBER -
DATA_SET_OFFSET
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> DATA_SET_OFFSET -
DATA_SET_CLASS_ID
-
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 -
DATA_SET_MESSAGE_CONTENT_MASK
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask> DATA_SET_MESSAGE_CONTENT_MASK -
PUBLISHING_INTERVAL
-
PROCESSING_OFFSET
-
RECEIVE_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.
-
getNetworkMessageNumber
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getNetworkMessageNumber() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the NetworkMessageNumber Node.The returned value is the last seen; it is not read live from the server.
- 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
void setNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the NetworkMessageNumber Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readNetworkMessageNumber() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the NetworkMessageNumber Node from the server and update the local value if the operation succeeds.- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeNetworkMessageNumber
void writeNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the NetworkMessageNumber Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readNetworkMessageNumberAsync()An asynchronous implementation ofreadNetworkMessageNumber().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeNetworkMessageNumberAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNetworkMessageNumberAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteNetworkMessageNumber(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getNetworkMessageNumberNode
Get the NetworkMessageNumberPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getNetworkMessageNumberNodeAsync()Asynchronous implementation ofgetNetworkMessageNumberNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetOffset
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getDataSetOffset() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the DataSetOffset Node.The returned value is the last seen; it is not read live from the server.
- 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
void setDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the DataSetOffset Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readDataSetOffset() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the DataSetOffset Node from the server and update the local value if the operation succeeds.- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetOffset
void writeDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the DataSetOffset Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readDataSetOffsetAsync()An asynchronous implementation ofreadDataSetOffset().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetOffsetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetOffsetAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteDataSetOffset(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetOffsetNode
Get the DataSetOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getDataSetOffsetNodeAsync()Asynchronous implementation ofgetDataSetOffsetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetClassId
Get the local value of the DataSetClassId Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the DataSetClassId Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the DataSetClassId Node from the server and update the local value if the operation succeeds.- Returns:
- the
UUIDvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetClassId
Write a new value for the DataSetClassId Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends UUID> readDataSetClassIdAsync()An asynchronous implementation ofreadDataSetClassId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetClassIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetClassIdAsync(UUID value) An asynchronous implementation ofwriteDataSetClassId(java.util.UUID).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetClassIdNode
Get the DataSetClassIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getDataSetClassIdNodeAsync()Asynchronous implementation ofgetDataSetClassIdNode().- 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.
-
getDataSetMessageContentMask
org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask getDataSetMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the DataSetMessageContentMask Node.The returned value is the last seen; it is not read live from the server.
- 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
void setDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the DataSetMessageContentMask Node.The value is only updated locally; it is not written to the server.
- 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
org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask readDataSetMessageContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the DataSetMessageContentMask Node from the server and update the local value if the operation succeeds.- Returns:
- the
UadpDataSetMessageContentMaskvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetMessageContentMask
void writeDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the DataSetMessageContentMask Node to the server and update the local value if the operation succeeds.- 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
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask> readDataSetMessageContentMaskAsync()An asynchronous implementation ofreadDataSetMessageContentMask().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetMessageContentMaskAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetMessageContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask value) An asynchronous implementation ofwriteDataSetMessageContentMask(org.eclipse.milo.opcua.stack.core.types.structured.UadpDataSetMessageContentMask).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetMessageContentMaskNode
PropertyType getDataSetMessageContentMaskNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the DataSetMessageContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getDataSetMessageContentMaskNodeAsync()Asynchronous implementation ofgetDataSetMessageContentMaskNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPublishingInterval
Get the local value of the PublishingInterval Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the PublishingInterval Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the PublishingInterval 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.
-
writePublishingInterval
Write a new value for the PublishingInterval 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.
-
readPublishingIntervalAsync
CompletableFuture<? extends Double> readPublishingIntervalAsync()An asynchronous implementation ofreadPublishingInterval().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublishingIntervalAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublishingIntervalAsync(Double value) An asynchronous implementation ofwritePublishingInterval(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublishingIntervalNode
Get the PublishingIntervalPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getPublishingIntervalNodeAsync()Asynchronous implementation ofgetPublishingIntervalNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getProcessingOffset
Get the local value of the ProcessingOffset Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the ProcessingOffset Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the ProcessingOffset 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.
-
writeProcessingOffset
Write a new value for the ProcessingOffset 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.
-
readProcessingOffsetAsync
CompletableFuture<? extends Double> readProcessingOffsetAsync()An asynchronous implementation ofreadProcessingOffset().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeProcessingOffsetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProcessingOffsetAsync(Double value) An asynchronous implementation ofwriteProcessingOffset(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getProcessingOffsetNode
Get the ProcessingOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getProcessingOffsetNodeAsync()Asynchronous implementation ofgetProcessingOffsetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReceiveOffset
Get the local value of the ReceiveOffset Node.The returned value is the last seen; it is not read live from the server.
- 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
Set the local value of the ReceiveOffset Node.The value is only updated locally; it is not written to the server.
- 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
Read the value of the ReceiveOffset 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.
-
writeReceiveOffset
Write a new value for the ReceiveOffset 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.
-
readReceiveOffsetAsync
CompletableFuture<? extends Double> readReceiveOffsetAsync()An asynchronous implementation ofreadReceiveOffset().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeReceiveOffsetAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeReceiveOffsetAsync(Double value) An asynchronous implementation ofwriteReceiveOffset(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getReceiveOffsetNode
Get the ReceiveOffsetPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- 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
CompletableFuture<? extends PropertyType> getReceiveOffsetNodeAsync()Asynchronous implementation ofgetReceiveOffsetNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-