Class IPriorityMappingEntryTypeNode
- All Implemented Interfaces:
BaseInterfaceType,BaseObjectType,IPriorityMappingEntryType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIPriorityMappingEntryTypeNode(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 TypeMethodDescriptionGet the local value of the MappingUri Node.Get the MappingUriBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofIPriorityMappingEntryType.getMappingUriNode().Get the local value of the PriorityLabel Node.Get the PriorityLabelBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofIPriorityMappingEntryType.getPriorityLabelNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerGet the local value of the PriorityValue_DSCP Node.Get the PriorityValue_DSCPBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofIPriorityMappingEntryType.getPriorityValueDscpNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteGet the local value of the PriorityValue_PCP Node.Get the PriorityValue_PCPBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableTypeNode>Asynchronous implementation ofIPriorityMappingEntryType.getPriorityValuePcpNode().Read the value of the MappingUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofIPriorityMappingEntryType.readMappingUri().Read the value of the PriorityLabel Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofIPriorityMappingEntryType.readPriorityLabel().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UIntegerRead the value of the PriorityValue_DSCP 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 ofIPriorityMappingEntryType.readPriorityValueDscp().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByteRead the value of the PriorityValue_PCP Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte>An asynchronous implementation ofIPriorityMappingEntryType.readPriorityValuePcp().voidsetMappingUri(String value) Set the local value of the MappingUri Node.voidsetPriorityLabel(String value) Set the local value of the PriorityLabel Node.voidsetPriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Set the local value of the PriorityValue_DSCP Node.voidsetPriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Set the local value of the PriorityValue_PCP Node.voidwriteMappingUri(String value) Write a new value for the MappingUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMappingUriAsync(String mappingUri) An asynchronous implementation ofIPriorityMappingEntryType.writeMappingUri(java.lang.String).voidwritePriorityLabel(String value) Write a new value for the PriorityLabel Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePriorityLabelAsync(String priorityLabel) An asynchronous implementation ofIPriorityMappingEntryType.writePriorityLabel(java.lang.String).voidwritePriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) Write a new value for the PriorityValue_DSCP Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePriorityValueDscpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger priorityValueDscp) An asynchronous implementation ofIPriorityMappingEntryType.writePriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).voidwritePriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) Write a new value for the PriorityValue_PCP Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writePriorityValuePcpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte priorityValuePcp) An asynchronous implementation ofIPriorityMappingEntryType.writePriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).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
-
IPriorityMappingEntryTypeNode
public IPriorityMappingEntryTypeNode(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
-
getMappingUri
Description copied from interface:IPriorityMappingEntryTypeGet the local value of the MappingUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getMappingUriin interfaceIPriorityMappingEntryType- Returns:
- the local value of the MappingUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MappingUri Node.
-
setMappingUri
Description copied from interface:IPriorityMappingEntryTypeSet the local value of the MappingUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setMappingUriin interfaceIPriorityMappingEntryType- Parameters:
value- the local value to set for the MappingUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MappingUri Node.
-
readMappingUri
Description copied from interface:IPriorityMappingEntryTypeRead the value of the MappingUri Node from the server and update the local value if the operation succeeds.- Specified by:
readMappingUriin interfaceIPriorityMappingEntryType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeMappingUri
Description copied from interface:IPriorityMappingEntryTypeWrite a new value for the MappingUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeMappingUriin interfaceIPriorityMappingEntryType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readMappingUriAsync
Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.readMappingUri().- Specified by:
readMappingUriAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMappingUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMappingUriAsync(String mappingUri) Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.writeMappingUri(java.lang.String).- Specified by:
writeMappingUriAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMappingUriNode
public BaseDataVariableTypeNode getMappingUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the MappingUriBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getMappingUriNodein interfaceIPriorityMappingEntryType- Returns:
- the MappingUri
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMappingUriNodeAsync
Description copied from interface:IPriorityMappingEntryTypeAsynchronous implementation ofIPriorityMappingEntryType.getMappingUriNode().- Specified by:
getMappingUriNodeAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPriorityLabel
Description copied from interface:IPriorityMappingEntryTypeGet the local value of the PriorityLabel Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPriorityLabelin interfaceIPriorityMappingEntryType- Returns:
- the local value of the PriorityLabel Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityLabel Node.
-
setPriorityLabel
Description copied from interface:IPriorityMappingEntryTypeSet the local value of the PriorityLabel Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPriorityLabelin interfaceIPriorityMappingEntryType- Parameters:
value- the local value to set for the PriorityLabel Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityLabel Node.
-
readPriorityLabel
Description copied from interface:IPriorityMappingEntryTypeRead the value of the PriorityLabel Node from the server and update the local value if the operation succeeds.- Specified by:
readPriorityLabelin interfaceIPriorityMappingEntryType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePriorityLabel
Description copied from interface:IPriorityMappingEntryTypeWrite a new value for the PriorityLabel Node to the server and update the local value if the operation succeeds.- Specified by:
writePriorityLabelin interfaceIPriorityMappingEntryType- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPriorityLabelAsync
Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.readPriorityLabel().- Specified by:
readPriorityLabelAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePriorityLabelAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityLabelAsync(String priorityLabel) Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.writePriorityLabel(java.lang.String).- Specified by:
writePriorityLabelAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPriorityLabelNode
public BaseDataVariableTypeNode getPriorityLabelNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the PriorityLabelBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPriorityLabelNodein interfaceIPriorityMappingEntryType- Returns:
- the PriorityLabel
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPriorityLabelNodeAsync
Description copied from interface:IPriorityMappingEntryTypeAsynchronous implementation ofIPriorityMappingEntryType.getPriorityLabelNode().- Specified by:
getPriorityLabelNodeAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPriorityValuePcp
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getPriorityValuePcp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the local value of the PriorityValue_PCP Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPriorityValuePcpin interfaceIPriorityMappingEntryType- Returns:
- the local value of the PriorityValue_PCP Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityValue_PCP Node.
-
setPriorityValuePcp
public void setPriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:IPriorityMappingEntryTypeSet the local value of the PriorityValue_PCP Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPriorityValuePcpin interfaceIPriorityMappingEntryType- Parameters:
value- the local value to set for the PriorityValue_PCP Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityValue_PCP Node.
-
readPriorityValuePcp
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readPriorityValuePcp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeRead the value of the PriorityValue_PCP Node from the server and update the local value if the operation succeeds.- Specified by:
readPriorityValuePcpin interfaceIPriorityMappingEntryType- Returns:
- the
UBytevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePriorityValuePcp
public void writePriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:IPriorityMappingEntryTypeWrite a new value for the PriorityValue_PCP Node to the server and update the local value if the operation succeeds.- Specified by:
writePriorityValuePcpin interfaceIPriorityMappingEntryType- Parameters:
value- theUBytevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPriorityValuePcpAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> readPriorityValuePcpAsync()Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.readPriorityValuePcp().- Specified by:
readPriorityValuePcpAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePriorityValuePcpAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityValuePcpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte priorityValuePcp) Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.writePriorityValuePcp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte).- Specified by:
writePriorityValuePcpAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPriorityValuePcpNode
public BaseDataVariableTypeNode getPriorityValuePcpNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the PriorityValue_PCPBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPriorityValuePcpNodein interfaceIPriorityMappingEntryType- Returns:
- the PriorityValue_PCP
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPriorityValuePcpNodeAsync
Description copied from interface:IPriorityMappingEntryTypeAsynchronous implementation ofIPriorityMappingEntryType.getPriorityValuePcpNode().- Specified by:
getPriorityValuePcpNodeAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getPriorityValueDscp
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getPriorityValueDscp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the local value of the PriorityValue_DSCP Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getPriorityValueDscpin interfaceIPriorityMappingEntryType- Returns:
- the local value of the PriorityValue_DSCP Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityValue_DSCP Node.
-
setPriorityValueDscp
public void setPriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:IPriorityMappingEntryTypeSet the local value of the PriorityValue_DSCP Node.The value is only updated locally; it is not written to the server.
- Specified by:
setPriorityValueDscpin interfaceIPriorityMappingEntryType- Parameters:
value- the local value to set for the PriorityValue_DSCP Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the PriorityValue_DSCP Node.
-
readPriorityValueDscp
public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readPriorityValueDscp() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeRead the value of the PriorityValue_DSCP Node from the server and update the local value if the operation succeeds.- Specified by:
readPriorityValueDscpin interfaceIPriorityMappingEntryType- Returns:
- the
UIntegervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writePriorityValueDscp
public void writePriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:IPriorityMappingEntryTypeWrite a new value for the PriorityValue_DSCP Node to the server and update the local value if the operation succeeds.- Specified by:
writePriorityValueDscpin interfaceIPriorityMappingEntryType- Parameters:
value- theUIntegervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readPriorityValueDscpAsync
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> readPriorityValueDscpAsync()Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.readPriorityValueDscp().- Specified by:
readPriorityValueDscpAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writePriorityValueDscpAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writePriorityValueDscpAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger priorityValueDscp) Description copied from interface:IPriorityMappingEntryTypeAn asynchronous implementation ofIPriorityMappingEntryType.writePriorityValueDscp(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger).- Specified by:
writePriorityValueDscpAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getPriorityValueDscpNode
public BaseDataVariableTypeNode getPriorityValueDscpNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:IPriorityMappingEntryTypeGet the PriorityValue_DSCPBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getPriorityValueDscpNodein interfaceIPriorityMappingEntryType- Returns:
- the PriorityValue_DSCP
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getPriorityValueDscpNodeAsync
Description copied from interface:IPriorityMappingEntryTypeAsynchronous implementation ofIPriorityMappingEntryType.getPriorityValueDscpNode().- Specified by:
getPriorityValueDscpNodeAsyncin interfaceIPriorityMappingEntryType- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-