public interface MultiStateDiscreteType extends DiscreteItemType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> |
ENUM_STRINGS |
DEFINITION, VALUE_PRECISION| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
getEnumStrings()
Get the local value of the EnumStrings Node.
|
PropertyType |
getEnumStringsNode()
Get the EnumStrings
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEnumStringsNodeAsync()
Asynchronous implementation of
getEnumStringsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] |
readEnumStrings()
Read the value of the EnumStrings Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[]> |
readEnumStringsAsync()
An asynchronous implementation of
readEnumStrings(). |
void |
setEnumStrings(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
Set the local value of the EnumStrings Node.
|
void |
writeEnumStrings(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
Write a new value for the EnumStrings Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnumStringsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
An asynchronous implementation of
writeEnumStrings(LocalizedText[]). |
getDefinition, 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.builtin.LocalizedText[]> ENUM_STRINGS
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] getEnumStrings()
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 EnumStrings Node.void setEnumStrings(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
enumStrings - the local value to set for the EnumStrings Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnumStrings Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] readEnumStrings()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeEnumStrings(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
throws org.eclipse.milo.opcua.stack.core.UaException
enumStrings - the LocalizedText[] 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.builtin.LocalizedText[]> readEnumStringsAsync()
readEnumStrings().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnumStringsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText[] enumStrings)
writeEnumStrings(LocalizedText[]).PropertyType getEnumStringsNode() 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> getEnumStringsNodeAsync()
getEnumStringsNode().Copyright © 2021. All rights reserved.