Class DataSetReaderTypeNode
- All Implemented Interfaces:
BaseObjectType,DataSetReaderType,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.DataSetReaderType
DATA_SET_FIELD_CONTENT_MASK, DATA_SET_META_DATA, DATA_SET_READER_PROPERTIES, DATA_SET_WRITER_ID, HEADER_LAYOUT_URI, KEY_FRAME_COUNT, MESSAGE_RECEIVE_TIMEOUT, PUBLISHER_ID, SECURITY_GROUP_ID, SECURITY_KEY_SERVICES, SECURITY_MODE, WRITER_GROUP_ID -
Constructor Summary
ConstructorsConstructorDescriptionDataSetReaderTypeNode(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.structured.DataSetFieldContentMaskGet the local value of the DataSetFieldContentMask Node.Get the DataSetFieldContentMaskPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getDataSetFieldContentMaskNode().org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataTypeGet the local value of the DataSetMetaData Node.Get the DataSetMetaDataPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getDataSetMetaDataNode().org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]Get the local value of the DataSetReaderProperties Node.Get the DataSetReaderPropertiesPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getDataSetReaderPropertiesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the DataSetWriterId Node.Get the DataSetWriterIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getDataSetWriterIdNode().Get the DiagnosticsPubSubDiagnosticsDataSetReaderTypeNode, ornullif it does not exist.Asynchronous implementation ofDataSetReaderType.getDiagnosticsNode().Get the local value of the HeaderLayoutUri Node.Get the HeaderLayoutUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getHeaderLayoutUriNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the KeyFrameCount Node.Get the KeyFrameCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getKeyFrameCountNode().Get the local value of the MessageReceiveTimeout Node.Get the MessageReceiveTimeoutPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getMessageReceiveTimeoutNode().Get the MessageSettingsDataSetReaderMessageTypeNode, ornullif it does not exist.CompletableFuture<? extends DataSetReaderMessageTypeNode>Asynchronous implementation ofDataSetReaderType.getMessageSettingsNode().Get the local value of the PublisherId Node.Get the PublisherIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getPublisherIdNode().Get the local value of the SecurityGroupId Node.Get the SecurityGroupIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getSecurityGroupIdNode().org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]Get the local value of the SecurityKeyServices Node.Get the SecurityKeyServicesPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getSecurityKeyServicesNode().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeGet the local value of the SecurityMode Node.Get the SecurityModePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getSecurityModeNode().Get the StatusPubSubStatusTypeNode, ornullif it does not exist.CompletableFuture<? extends PubSubStatusTypeNode>Asynchronous implementation ofDataSetReaderType.getStatusNode().Get the SubscribedDataSetSubscribedDataSetTypeNode, ornullif it does not exist.CompletableFuture<? extends SubscribedDataSetTypeNode>Asynchronous implementation ofDataSetReaderType.getSubscribedDataSetNode().Get the TransportSettingsDataSetReaderTransportTypeNode, ornullif it does not exist.CompletableFuture<? extends DataSetReaderTransportTypeNode>Asynchronous implementation ofDataSetReaderType.getTransportSettingsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the WriterGroupId Node.Get the WriterGroupIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofDataSetReaderType.getWriterGroupIdNode().org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMaskRead the value of the DataSetFieldContentMask Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask>An asynchronous implementation ofDataSetReaderType.readDataSetFieldContentMask().org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataTypeRead the value of the DataSetMetaData Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType>An asynchronous implementation ofDataSetReaderType.readDataSetMetaData().org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]Read the value of the DataSetReaderProperties Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]>An asynchronous implementation ofDataSetReaderType.readDataSetReaderProperties().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the DataSetWriterId 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 ofDataSetReaderType.readDataSetWriterId().Read the value of the HeaderLayoutUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofDataSetReaderType.readHeaderLayoutUri().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the KeyFrameCount 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 ofDataSetReaderType.readKeyFrameCount().Read the value of the MessageReceiveTimeout Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofDataSetReaderType.readMessageReceiveTimeout().Read the value of the PublisherId Node from the server and update the local value if the operation succeeds.An asynchronous implementation ofDataSetReaderType.readPublisherId().Read the value of the SecurityGroupId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofDataSetReaderType.readSecurityGroupId().org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]Read the value of the SecurityKeyServices Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]>An asynchronous implementation ofDataSetReaderType.readSecurityKeyServices().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode>An asynchronous implementation ofDataSetReaderType.readSecurityMode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the WriterGroupId 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 ofDataSetReaderType.readWriterGroupId().voidsetDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask value) Set the local value of the DataSetFieldContentMask Node.voidsetDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType value) Set the local value of the DataSetMetaData Node.voidsetDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] value) Set the local value of the DataSetReaderProperties Node.voidsetDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the DataSetWriterId Node.voidsetHeaderLayoutUri(String value) Set the local value of the HeaderLayoutUri Node.voidsetKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the KeyFrameCount Node.voidsetMessageReceiveTimeout(Double value) Set the local value of the MessageReceiveTimeout Node.voidsetPublisherId(Object value) Set the local value of the PublisherId Node.voidsetSecurityGroupId(String value) Set the local value of the SecurityGroupId Node.voidsetSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] value) Set the local value of the SecurityKeyServices Node.voidsetSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Set the local value of the SecurityMode Node.voidsetWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the WriterGroupId Node.voidwriteDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask value) Write a new value for the DataSetFieldContentMask Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetFieldContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask dataSetFieldContentMask) An asynchronous implementation ofDataSetReaderType.writeDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask).voidwriteDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType value) Write a new value for the DataSetMetaData Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetMetaDataAsync(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType dataSetMetaData) An asynchronous implementation ofDataSetReaderType.writeDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType).voidwriteDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] value) Write a new value for the DataSetReaderProperties Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetReaderPropertiesAsync(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] dataSetReaderProperties) An asynchronous implementation ofDataSetReaderType.writeDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]).voidwriteDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the DataSetWriterId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeDataSetWriterIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort dataSetWriterId) An asynchronous implementation ofDataSetReaderType.writeDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteHeaderLayoutUri(String value) Write a new value for the HeaderLayoutUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHeaderLayoutUriAsync(String headerLayoutUri) An asynchronous implementation ofDataSetReaderType.writeHeaderLayoutUri(java.lang.String).voidwriteKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the KeyFrameCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeKeyFrameCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger keyFrameCount) An asynchronous implementation ofDataSetReaderType.writeKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwriteMessageReceiveTimeout(Double value) Write a new value for the MessageReceiveTimeout Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMessageReceiveTimeoutAsync(Double messageReceiveTimeout) An asynchronous implementation ofDataSetReaderType.writeMessageReceiveTimeout(java.lang.Double).voidwritePublisherId(Object value) Write a new value for the PublisherId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePublisherIdAsync(Object publisherId) An asynchronous implementation ofDataSetReaderType.writePublisherId(java.lang.Object).voidwriteSecurityGroupId(String value) Write a new value for the SecurityGroupId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSecurityGroupIdAsync(String securityGroupId) An asynchronous implementation ofDataSetReaderType.writeSecurityGroupId(java.lang.String).voidwriteSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] value) Write a new value for the SecurityKeyServices Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSecurityKeyServicesAsync(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] securityKeyServices) An asynchronous implementation ofDataSetReaderType.writeSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]).voidwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Write a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode) An asynchronous implementation ofDataSetReaderType.writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).voidwriteWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the WriterGroupId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeWriterGroupIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort writerGroupId) An asynchronous implementation ofDataSetReaderType.writeWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
getEventNotifier, setEventNotifier
-
Constructor Details
-
DataSetReaderTypeNode
public DataSetReaderTypeNode(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
-
getPublisherId
Description copied from interface:DataSetReaderTypeGet the local value of the PublisherId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPublisherIdin interfaceDataSetReaderType- Returns:
- the local value of the PublisherId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublisherId Node.
-
setPublisherId
Description copied from interface:DataSetReaderTypeSet the local value of the PublisherId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPublisherIdin interfaceDataSetReaderType- Parameters:
value- the local value to set for the PublisherId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PublisherId Node.
-
readPublisherId
Description copied from interface:DataSetReaderTypeRead the value of the PublisherId Node from the server and update the local value if the operation succeeds.- Specified by:
readPublisherIdin interfaceDataSetReaderType- Returns:
- the
Objectvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePublisherId
Description copied from interface:DataSetReaderTypeWrite a new value for the PublisherId Node to the server and update the local value if the operation succeeds.- Specified by:
writePublisherIdin interfaceDataSetReaderType- Parameters:
value- theObjectvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPublisherIdAsync
Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readPublisherId().- Specified by:
readPublisherIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePublisherIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePublisherIdAsync(Object publisherId) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writePublisherId(java.lang.Object).- Specified by:
writePublisherIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPublisherIdNode
Description copied from interface:DataSetReaderTypeGet the PublisherIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPublisherIdNodein interfaceDataSetReaderType- Returns:
- the PublisherId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPublisherIdNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getPublisherIdNode().- Specified by:
getPublisherIdNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getWriterGroupId
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getWriterGroupId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the WriterGroupId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getWriterGroupIdin interfaceDataSetReaderType- Returns:
- the local value of the WriterGroupId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the WriterGroupId Node.
-
setWriterGroupId
public void setWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the WriterGroupId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setWriterGroupIdin interfaceDataSetReaderType- Parameters:
value- the local value to set for the WriterGroupId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the WriterGroupId Node.
-
readWriterGroupId
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readWriterGroupId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the WriterGroupId Node from the server and update the local value if the operation succeeds.- Specified by:
readWriterGroupIdin interfaceDataSetReaderType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeWriterGroupId
public void writeWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the WriterGroupId Node to the server and update the local value if the operation succeeds.- Specified by:
writeWriterGroupIdin interfaceDataSetReaderType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readWriterGroupIdAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readWriterGroupIdAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readWriterGroupId().- Specified by:
readWriterGroupIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeWriterGroupIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeWriterGroupIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort writerGroupId) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeWriterGroupId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeWriterGroupIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getWriterGroupIdNode
Description copied from interface:DataSetReaderTypeGet the WriterGroupIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getWriterGroupIdNodein interfaceDataSetReaderType- Returns:
- the WriterGroupId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getWriterGroupIdNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getWriterGroupIdNode().- Specified by:
getWriterGroupIdNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetWriterId
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getDataSetWriterId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the DataSetWriterId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetWriterIdin interfaceDataSetReaderType- Returns:
- the local value of the DataSetWriterId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetWriterId Node.
-
setDataSetWriterId
public void setDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the DataSetWriterId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetWriterIdin interfaceDataSetReaderType- Parameters:
value- the local value to set for the DataSetWriterId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetWriterId Node.
-
readDataSetWriterId
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readDataSetWriterId() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the DataSetWriterId Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetWriterIdin interfaceDataSetReaderType- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetWriterId
public void writeDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the DataSetWriterId Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetWriterIdin interfaceDataSetReaderType- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetWriterIdAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readDataSetWriterIdAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readDataSetWriterId().- Specified by:
readDataSetWriterIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetWriterIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetWriterIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort dataSetWriterId) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeDataSetWriterId(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Specified by:
writeDataSetWriterIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetWriterIdNode
public PropertyTypeNode getDataSetWriterIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the DataSetWriterIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetWriterIdNodein interfaceDataSetReaderType- Returns:
- the DataSetWriterId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetWriterIdNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getDataSetWriterIdNode().- Specified by:
getDataSetWriterIdNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetMetaData
public org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType getDataSetMetaData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the DataSetMetaData Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetMetaDatain interfaceDataSetReaderType- Returns:
- the local value of the DataSetMetaData Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetMetaData Node.
-
setDataSetMetaData
public void setDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the DataSetMetaData Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetMetaDatain interfaceDataSetReaderType- Parameters:
value- the local value to set for the DataSetMetaData Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetMetaData Node.
-
readDataSetMetaData
public org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType readDataSetMetaData() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the DataSetMetaData Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetMetaDatain interfaceDataSetReaderType- Returns:
- the
DataSetMetaDataTypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetMetaData
public void writeDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the DataSetMetaData Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetMetaDatain interfaceDataSetReaderType- Parameters:
value- theDataSetMetaDataTypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetMetaDataAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType> readDataSetMetaDataAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readDataSetMetaData().- Specified by:
readDataSetMetaDataAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetMetaDataAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetMetaDataAsync(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType dataSetMetaData) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeDataSetMetaData(org.eclipse.milo.opcua.stack.core.types.structured.DataSetMetaDataType).- Specified by:
writeDataSetMetaDataAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetMetaDataNode
public PropertyTypeNode getDataSetMetaDataNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the DataSetMetaDataPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetMetaDataNodein interfaceDataSetReaderType- Returns:
- the DataSetMetaData
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetMetaDataNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getDataSetMetaDataNode().- Specified by:
getDataSetMetaDataNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetFieldContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask getDataSetFieldContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the DataSetFieldContentMask Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetFieldContentMaskin interfaceDataSetReaderType- Returns:
- the local value of the DataSetFieldContentMask Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetFieldContentMask Node.
-
setDataSetFieldContentMask
public void setDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the DataSetFieldContentMask Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetFieldContentMaskin interfaceDataSetReaderType- Parameters:
value- the local value to set for the DataSetFieldContentMask Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetFieldContentMask Node.
-
readDataSetFieldContentMask
public org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask readDataSetFieldContentMask() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the DataSetFieldContentMask Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetFieldContentMaskin interfaceDataSetReaderType- Returns:
- the
DataSetFieldContentMaskvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetFieldContentMask
public void writeDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the DataSetFieldContentMask Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetFieldContentMaskin interfaceDataSetReaderType- Parameters:
value- theDataSetFieldContentMaskvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetFieldContentMaskAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask> readDataSetFieldContentMaskAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readDataSetFieldContentMask().- Specified by:
readDataSetFieldContentMaskAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetFieldContentMaskAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetFieldContentMaskAsync(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask dataSetFieldContentMask) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeDataSetFieldContentMask(org.eclipse.milo.opcua.stack.core.types.structured.DataSetFieldContentMask).- Specified by:
writeDataSetFieldContentMaskAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetFieldContentMaskNode
public PropertyTypeNode getDataSetFieldContentMaskNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the DataSetFieldContentMaskPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetFieldContentMaskNodein interfaceDataSetReaderType- Returns:
- the DataSetFieldContentMask
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetFieldContentMaskNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getDataSetFieldContentMaskNode().- Specified by:
getDataSetFieldContentMaskNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMessageReceiveTimeout
Description copied from interface:DataSetReaderTypeGet the local value of the MessageReceiveTimeout Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMessageReceiveTimeoutin interfaceDataSetReaderType- Returns:
- the local value of the MessageReceiveTimeout Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MessageReceiveTimeout Node.
-
setMessageReceiveTimeout
public void setMessageReceiveTimeout(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the MessageReceiveTimeout Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMessageReceiveTimeoutin interfaceDataSetReaderType- Parameters:
value- the local value to set for the MessageReceiveTimeout Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MessageReceiveTimeout Node.
-
readMessageReceiveTimeout
Description copied from interface:DataSetReaderTypeRead the value of the MessageReceiveTimeout Node from the server and update the local value if the operation succeeds.- Specified by:
readMessageReceiveTimeoutin interfaceDataSetReaderType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMessageReceiveTimeout
public void writeMessageReceiveTimeout(Double value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the MessageReceiveTimeout Node to the server and update the local value if the operation succeeds.- Specified by:
writeMessageReceiveTimeoutin interfaceDataSetReaderType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMessageReceiveTimeoutAsync
Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readMessageReceiveTimeout().- Specified by:
readMessageReceiveTimeoutAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMessageReceiveTimeoutAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMessageReceiveTimeoutAsync(Double messageReceiveTimeout) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeMessageReceiveTimeout(java.lang.Double).- Specified by:
writeMessageReceiveTimeoutAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMessageReceiveTimeoutNode
public PropertyTypeNode getMessageReceiveTimeoutNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the MessageReceiveTimeoutPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMessageReceiveTimeoutNodein interfaceDataSetReaderType- Returns:
- the MessageReceiveTimeout
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMessageReceiveTimeoutNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getMessageReceiveTimeoutNode().- Specified by:
getMessageReceiveTimeoutNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getKeyFrameCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getKeyFrameCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the KeyFrameCount Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getKeyFrameCountin interfaceDataSetReaderType- Returns:
- the local value of the KeyFrameCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the KeyFrameCount Node.
-
setKeyFrameCount
public void setKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the KeyFrameCount Node.The value is only updated locally; it is not written to the server.
- Specified by:
setKeyFrameCountin interfaceDataSetReaderType- Parameters:
value- the local value to set for the KeyFrameCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the KeyFrameCount Node.
-
readKeyFrameCount
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readKeyFrameCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the KeyFrameCount Node from the server and update the local value if the operation succeeds.- Specified by:
readKeyFrameCountin interfaceDataSetReaderType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeKeyFrameCount
public void writeKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the KeyFrameCount Node to the server and update the local value if the operation succeeds.- Specified by:
writeKeyFrameCountin interfaceDataSetReaderType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readKeyFrameCountAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readKeyFrameCountAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readKeyFrameCount().- Specified by:
readKeyFrameCountAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeKeyFrameCountAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeKeyFrameCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger keyFrameCount) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeKeyFrameCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writeKeyFrameCountAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getKeyFrameCountNode
Description copied from interface:DataSetReaderTypeGet the KeyFrameCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getKeyFrameCountNodein interfaceDataSetReaderType- Returns:
- the KeyFrameCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getKeyFrameCountNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getKeyFrameCountNode().- Specified by:
getKeyFrameCountNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHeaderLayoutUri
Description copied from interface:DataSetReaderTypeGet the local value of the HeaderLayoutUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHeaderLayoutUriin interfaceDataSetReaderType- Returns:
- the local value of the HeaderLayoutUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HeaderLayoutUri Node.
-
setHeaderLayoutUri
Description copied from interface:DataSetReaderTypeSet the local value of the HeaderLayoutUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHeaderLayoutUriin interfaceDataSetReaderType- Parameters:
value- the local value to set for the HeaderLayoutUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HeaderLayoutUri Node.
-
readHeaderLayoutUri
Description copied from interface:DataSetReaderTypeRead the value of the HeaderLayoutUri Node from the server and update the local value if the operation succeeds.- Specified by:
readHeaderLayoutUriin interfaceDataSetReaderType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHeaderLayoutUri
Description copied from interface:DataSetReaderTypeWrite a new value for the HeaderLayoutUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeHeaderLayoutUriin interfaceDataSetReaderType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHeaderLayoutUriAsync
Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readHeaderLayoutUri().- Specified by:
readHeaderLayoutUriAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHeaderLayoutUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHeaderLayoutUriAsync(String headerLayoutUri) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeHeaderLayoutUri(java.lang.String).- Specified by:
writeHeaderLayoutUriAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHeaderLayoutUriNode
public PropertyTypeNode getHeaderLayoutUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the HeaderLayoutUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHeaderLayoutUriNodein interfaceDataSetReaderType- Returns:
- the HeaderLayoutUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHeaderLayoutUriNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getHeaderLayoutUriNode().- Specified by:
getHeaderLayoutUriNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityMode
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the SecurityMode Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityModein interfaceDataSetReaderType- Returns:
- the local value of the SecurityMode Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
setSecurityMode
public void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the SecurityMode Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityModein interfaceDataSetReaderType- Parameters:
value- the local value to set for the SecurityMode Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
readSecurityMode
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityModein interfaceDataSetReaderType- Returns:
- the
MessageSecurityModevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityMode
public void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityModein interfaceDataSetReaderType- Parameters:
value- theMessageSecurityModevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityModeAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readSecurityMode().- Specified by:
readSecurityModeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityModeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).- Specified by:
writeSecurityModeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityModeNode
Description copied from interface:DataSetReaderTypeGet the SecurityModePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityModeNodein interfaceDataSetReaderType- Returns:
- the SecurityMode
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityModeNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getSecurityModeNode().- Specified by:
getSecurityModeNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityGroupId
Description copied from interface:DataSetReaderTypeGet the local value of the SecurityGroupId Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityGroupIdin interfaceDataSetReaderType- Returns:
- the local value of the SecurityGroupId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityGroupId Node.
-
setSecurityGroupId
Description copied from interface:DataSetReaderTypeSet the local value of the SecurityGroupId Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityGroupIdin interfaceDataSetReaderType- Parameters:
value- the local value to set for the SecurityGroupId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityGroupId Node.
-
readSecurityGroupId
Description copied from interface:DataSetReaderTypeRead the value of the SecurityGroupId Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityGroupIdin interfaceDataSetReaderType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityGroupId
Description copied from interface:DataSetReaderTypeWrite a new value for the SecurityGroupId Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityGroupIdin interfaceDataSetReaderType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityGroupIdAsync
Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readSecurityGroupId().- Specified by:
readSecurityGroupIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityGroupIdAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityGroupIdAsync(String securityGroupId) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeSecurityGroupId(java.lang.String).- Specified by:
writeSecurityGroupIdAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityGroupIdNode
public PropertyTypeNode getSecurityGroupIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the SecurityGroupIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityGroupIdNodein interfaceDataSetReaderType- Returns:
- the SecurityGroupId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityGroupIdNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getSecurityGroupIdNode().- Specified by:
getSecurityGroupIdNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityKeyServices
public org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] getSecurityKeyServices() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the SecurityKeyServices Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityKeyServicesin interfaceDataSetReaderType- Returns:
- the local value of the SecurityKeyServices Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityKeyServices Node.
-
setSecurityKeyServices
public void setSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the SecurityKeyServices Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityKeyServicesin interfaceDataSetReaderType- Parameters:
value- the local value to set for the SecurityKeyServices Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityKeyServices Node.
-
readSecurityKeyServices
public org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] readSecurityKeyServices() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the SecurityKeyServices Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityKeyServicesin interfaceDataSetReaderType- Returns:
- the
EndpointDescriptionvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityKeyServices
public void writeSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the SecurityKeyServices Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityKeyServicesin interfaceDataSetReaderType- Parameters:
value- theEndpointDescriptionvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityKeyServicesAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]> readSecurityKeyServicesAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readSecurityKeyServices().- Specified by:
readSecurityKeyServicesAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityKeyServicesAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityKeyServicesAsync(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[] securityKeyServices) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeSecurityKeyServices(org.eclipse.milo.opcua.stack.core.types.structured.EndpointDescription[]).- Specified by:
writeSecurityKeyServicesAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityKeyServicesNode
public PropertyTypeNode getSecurityKeyServicesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the SecurityKeyServicesPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityKeyServicesNodein interfaceDataSetReaderType- Returns:
- the SecurityKeyServices
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityKeyServicesNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getSecurityKeyServicesNode().- Specified by:
getSecurityKeyServicesNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDataSetReaderProperties
public org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] getDataSetReaderProperties() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the local value of the DataSetReaderProperties Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getDataSetReaderPropertiesin interfaceDataSetReaderType- Returns:
- the local value of the DataSetReaderProperties Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetReaderProperties Node.
-
setDataSetReaderProperties
public void setDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeSet the local value of the DataSetReaderProperties Node.The value is only updated locally; it is not written to the server.
- Specified by:
setDataSetReaderPropertiesin interfaceDataSetReaderType- Parameters:
value- the local value to set for the DataSetReaderProperties Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the DataSetReaderProperties Node.
-
readDataSetReaderProperties
public org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] readDataSetReaderProperties() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeRead the value of the DataSetReaderProperties Node from the server and update the local value if the operation succeeds.- Specified by:
readDataSetReaderPropertiesin interfaceDataSetReaderType- Returns:
- the
KeyValuePairvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeDataSetReaderProperties
public void writeDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:DataSetReaderTypeWrite a new value for the DataSetReaderProperties Node to the server and update the local value if the operation succeeds.- Specified by:
writeDataSetReaderPropertiesin interfaceDataSetReaderType- Parameters:
value- theKeyValuePairvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readDataSetReaderPropertiesAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]> readDataSetReaderPropertiesAsync()Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.readDataSetReaderProperties().- Specified by:
readDataSetReaderPropertiesAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeDataSetReaderPropertiesAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDataSetReaderPropertiesAsync(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[] dataSetReaderProperties) Description copied from interface:DataSetReaderTypeAn asynchronous implementation ofDataSetReaderType.writeDataSetReaderProperties(org.eclipse.milo.opcua.stack.core.types.structured.KeyValuePair[]).- Specified by:
writeDataSetReaderPropertiesAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getDataSetReaderPropertiesNode
public PropertyTypeNode getDataSetReaderPropertiesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the DataSetReaderPropertiesPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDataSetReaderPropertiesNodein interfaceDataSetReaderType- Returns:
- the DataSetReaderProperties
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDataSetReaderPropertiesNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getDataSetReaderPropertiesNode().- Specified by:
getDataSetReaderPropertiesNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTransportSettingsNode
public DataSetReaderTransportTypeNode getTransportSettingsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the TransportSettingsDataSetReaderTransportTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTransportSettingsNodein interfaceDataSetReaderType- Returns:
- the TransportSettings
DataSetReaderTransportTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTransportSettingsNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getTransportSettingsNode().- Specified by:
getTransportSettingsNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the DataSetReaderTransportType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getMessageSettingsNode
public DataSetReaderMessageTypeNode getMessageSettingsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the MessageSettingsDataSetReaderMessageTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMessageSettingsNodein interfaceDataSetReaderType- Returns:
- the MessageSettings
DataSetReaderMessageTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMessageSettingsNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getMessageSettingsNode().- Specified by:
getMessageSettingsNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the DataSetReaderMessageType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStatusNode
Description copied from interface:DataSetReaderTypeGet the StatusPubSubStatusTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getStatusNodein interfaceDataSetReaderType- Returns:
- the Status
PubSubStatusTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getStatusNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getStatusNode().- Specified by:
getStatusNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PubSubStatusType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getDiagnosticsNode
public PubSubDiagnosticsDataSetReaderTypeNode getDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the DiagnosticsPubSubDiagnosticsDataSetReaderTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getDiagnosticsNodein interfaceDataSetReaderType- Returns:
- the Diagnostics
PubSubDiagnosticsDataSetReaderTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getDiagnosticsNodeAsync
public CompletableFuture<? extends PubSubDiagnosticsDataSetReaderTypeNode> getDiagnosticsNodeAsync()Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getDiagnosticsNode().- Specified by:
getDiagnosticsNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the PubSubDiagnosticsDataSetReaderType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSubscribedDataSetNode
public SubscribedDataSetTypeNode getSubscribedDataSetNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:DataSetReaderTypeGet the SubscribedDataSetSubscribedDataSetTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSubscribedDataSetNodein interfaceDataSetReaderType- Returns:
- the SubscribedDataSet
SubscribedDataSetTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSubscribedDataSetNodeAsync
Description copied from interface:DataSetReaderTypeAsynchronous implementation ofDataSetReaderType.getSubscribedDataSetNode().- Specified by:
getSubscribedDataSetNodeAsyncin interfaceDataSetReaderType- Returns:
- a CompletableFuture that completes successfully with the SubscribedDataSetType Node or completes exceptionally if an error occurs creating or getting the Node.
-