public interface NDimensionArrayItemType extends ArrayItemType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[]> |
AXIS_DEFINITION |
AXIS_SCALE_TYPE, ENGINEERING_UNITS, EU_RANGE, INSTRUMENT_RANGE, TITLEDEFINITION, VALUE_PRECISION| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] |
getAxisDefinition()
Get the local value of the AxisDefinition Node.
|
PropertyType |
getAxisDefinitionNode()
Get the AxisDefinition
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAxisDefinitionNodeAsync()
Asynchronous implementation of
getAxisDefinitionNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] |
readAxisDefinition()
Read the value of the AxisDefinition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[]> |
readAxisDefinitionAsync()
An asynchronous implementation of
readAxisDefinition(). |
void |
setAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
Set the local value of the AxisDefinition Node.
|
void |
writeAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
Write a new value for the AxisDefinition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
An asynchronous implementation of
writeAxisDefinition(AxisInformation[]). |
getAxisScaleType, getAxisScaleTypeNode, getAxisScaleTypeNodeAsync, getEngineeringUnits, getEngineeringUnitsNode, getEngineeringUnitsNodeAsync, getEuRange, getEuRangeNode, getEuRangeNodeAsync, getInstrumentRange, getInstrumentRangeNode, getInstrumentRangeNodeAsync, getTitle, getTitleNode, getTitleNodeAsync, readAxisScaleType, readAxisScaleTypeAsync, readEngineeringUnits, readEngineeringUnitsAsync, readEuRange, readEuRangeAsync, readInstrumentRange, readInstrumentRangeAsync, readTitle, readTitleAsync, setAxisScaleType, setEngineeringUnits, setEuRange, setInstrumentRange, setTitle, writeAxisScaleType, writeAxisScaleTypeAsync, writeEngineeringUnits, writeEngineeringUnitsAsync, writeEuRange, writeEuRangeAsync, writeInstrumentRange, writeInstrumentRangeAsync, writeTitle, writeTitleAsyncgetDefinition, getDefinitionNode, getDefinitionNodeAsync, getValuePrecision, getValuePrecisionNode, getValuePrecisionNodeAsync, readDefinition, readDefinitionAsync, readValuePrecision, readValuePrecisionAsync, setDefinition, setValuePrecision, writeDefinition, writeDefinitionAsync, writeValuePrecision, writeValuePrecisionAsyncgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[]> AXIS_DEFINITION
org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] getAxisDefinition()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AxisDefinition Node.void setAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
axisDefinition - the local value to set for the AxisDefinition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AxisDefinition Node.org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] readAxisDefinition()
throws org.eclipse.milo.opcua.stack.core.UaException
AxisInformation[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAxisDefinition(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
throws org.eclipse.milo.opcua.stack.core.UaException
axisDefinition - the AxisInformation[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[]> readAxisDefinitionAsync()
readAxisDefinition().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAxisDefinitionAsync(org.eclipse.milo.opcua.stack.core.types.structured.AxisInformation[] axisDefinition)
writeAxisDefinition(AxisInformation[]).PropertyType getAxisDefinitionNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getAxisDefinitionNodeAsync()
getAxisDefinitionNode().Copyright © 2021. All rights reserved.