public interface ServerCapabilitiesType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<String[]> |
LOCALE_ID_ARRAY |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_ARRAY_LENGTH |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
MAX_BROWSE_CONTINUATION_POINTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_BYTE_STRING_LENGTH |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
MAX_HISTORY_CONTINUATION_POINTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> |
MAX_QUERY_CONTINUATION_POINTS |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_STRING_LENGTH |
static QualifiedProperty<Double> |
MIN_SUPPORTED_SAMPLE_RATE |
static QualifiedProperty<String[]> |
SERVER_PROFILE_ARRAY |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> |
SOFTWARE_CERTIFICATES |
| Modifier and Type | Method and Description |
|---|---|
FolderType |
getAggregateFunctionsNode()
Get the AggregateFunctions
FolderType Node, or null if it does not exist. |
CompletableFuture<? extends FolderType> |
getAggregateFunctionsNodeAsync()
Asynchronous implementation of
getAggregateFunctionsNode(). |
String[] |
getLocaleIdArray()
Get the local value of the LocaleIdArray Node.
|
PropertyType |
getLocaleIdArrayNode()
Get the LocaleIdArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getLocaleIdArrayNodeAsync()
Asynchronous implementation of
getLocaleIdArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxArrayLength()
Get the local value of the MaxArrayLength Node.
|
PropertyType |
getMaxArrayLengthNode()
Get the MaxArrayLength
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxArrayLengthNodeAsync()
Asynchronous implementation of
getMaxArrayLengthNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getMaxBrowseContinuationPoints()
Get the local value of the MaxBrowseContinuationPoints Node.
|
PropertyType |
getMaxBrowseContinuationPointsNode()
Get the MaxBrowseContinuationPoints
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxBrowseContinuationPointsNodeAsync()
Asynchronous implementation of
getMaxBrowseContinuationPointsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxByteStringLength()
Get the local value of the MaxByteStringLength Node.
|
PropertyType |
getMaxByteStringLengthNode()
Get the MaxByteStringLength
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxByteStringLengthNodeAsync()
Asynchronous implementation of
getMaxByteStringLengthNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getMaxHistoryContinuationPoints()
Get the local value of the MaxHistoryContinuationPoints Node.
|
PropertyType |
getMaxHistoryContinuationPointsNode()
Get the MaxHistoryContinuationPoints
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxHistoryContinuationPointsNodeAsync()
Asynchronous implementation of
getMaxHistoryContinuationPointsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
getMaxQueryContinuationPoints()
Get the local value of the MaxQueryContinuationPoints Node.
|
PropertyType |
getMaxQueryContinuationPointsNode()
Get the MaxQueryContinuationPoints
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxQueryContinuationPointsNodeAsync()
Asynchronous implementation of
getMaxQueryContinuationPointsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxStringLength()
Get the local value of the MaxStringLength Node.
|
PropertyType |
getMaxStringLengthNode()
Get the MaxStringLength
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxStringLengthNodeAsync()
Asynchronous implementation of
getMaxStringLengthNode(). |
Double |
getMinSupportedSampleRate()
Get the local value of the MinSupportedSampleRate Node.
|
PropertyType |
getMinSupportedSampleRateNode()
Get the MinSupportedSampleRate
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMinSupportedSampleRateNodeAsync()
Asynchronous implementation of
getMinSupportedSampleRateNode(). |
FolderType |
getModellingRulesNode()
Get the ModellingRules
FolderType Node, or null if it does not exist. |
CompletableFuture<? extends FolderType> |
getModellingRulesNodeAsync()
Asynchronous implementation of
getModellingRulesNode(). |
OperationLimitsType |
getOperationLimitsNode()
Get the OperationLimits
OperationLimitsType Node, or null if it does not exist. |
CompletableFuture<? extends OperationLimitsType> |
getOperationLimitsNodeAsync()
Asynchronous implementation of
getOperationLimitsNode(). |
String[] |
getServerProfileArray()
Get the local value of the ServerProfileArray Node.
|
PropertyType |
getServerProfileArrayNode()
Get the ServerProfileArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getServerProfileArrayNodeAsync()
Asynchronous implementation of
getServerProfileArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] |
getSoftwareCertificates()
Get the local value of the SoftwareCertificates Node.
|
PropertyType |
getSoftwareCertificatesNode()
Get the SoftwareCertificates
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getSoftwareCertificatesNodeAsync()
Asynchronous implementation of
getSoftwareCertificatesNode(). |
String[] |
readLocaleIdArray()
Read the value of the LocaleIdArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readLocaleIdArrayAsync()
An asynchronous implementation of
readLocaleIdArray(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxArrayLength()
Read the value of the MaxArrayLength 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> |
readMaxArrayLengthAsync()
An asynchronous implementation of
readMaxArrayLength(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readMaxBrowseContinuationPoints()
Read the value of the MaxBrowseContinuationPoints 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> |
readMaxBrowseContinuationPointsAsync()
An asynchronous implementation of
readMaxBrowseContinuationPoints(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxByteStringLength()
Read the value of the MaxByteStringLength 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> |
readMaxByteStringLengthAsync()
An asynchronous implementation of
readMaxByteStringLength(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readMaxHistoryContinuationPoints()
Read the value of the MaxHistoryContinuationPoints 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> |
readMaxHistoryContinuationPointsAsync()
An asynchronous implementation of
readMaxHistoryContinuationPoints(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort |
readMaxQueryContinuationPoints()
Read the value of the MaxQueryContinuationPoints 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> |
readMaxQueryContinuationPointsAsync()
An asynchronous implementation of
readMaxQueryContinuationPoints(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxStringLength()
Read the value of the MaxStringLength 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> |
readMaxStringLengthAsync()
An asynchronous implementation of
readMaxStringLength(). |
Double |
readMinSupportedSampleRate()
Read the value of the MinSupportedSampleRate Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Double> |
readMinSupportedSampleRateAsync()
An asynchronous implementation of
readMinSupportedSampleRate(). |
String[] |
readServerProfileArray()
Read the value of the ServerProfileArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readServerProfileArrayAsync()
An asynchronous implementation of
readServerProfileArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] |
readSoftwareCertificates()
Read the value of the SoftwareCertificates Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> |
readSoftwareCertificatesAsync()
An asynchronous implementation of
readSoftwareCertificates(). |
void |
setLocaleIdArray(String[] localeIdArray)
Set the local value of the LocaleIdArray Node.
|
void |
setMaxArrayLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
Set the local value of the MaxArrayLength Node.
|
void |
setMaxBrowseContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
Set the local value of the MaxBrowseContinuationPoints Node.
|
void |
setMaxByteStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
Set the local value of the MaxByteStringLength Node.
|
void |
setMaxHistoryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
Set the local value of the MaxHistoryContinuationPoints Node.
|
void |
setMaxQueryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
Set the local value of the MaxQueryContinuationPoints Node.
|
void |
setMaxStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
Set the local value of the MaxStringLength Node.
|
void |
setMinSupportedSampleRate(Double minSupportedSampleRate)
Set the local value of the MinSupportedSampleRate Node.
|
void |
setServerProfileArray(String[] serverProfileArray)
Set the local value of the ServerProfileArray Node.
|
void |
setSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
Set the local value of the SoftwareCertificates Node.
|
void |
writeLocaleIdArray(String[] localeIdArray)
Write a new value for the LocaleIdArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLocaleIdArrayAsync(String[] localeIdArray)
An asynchronous implementation of
writeLocaleIdArray(String[]). |
void |
writeMaxArrayLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
Write a new value for the MaxArrayLength Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxArrayLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
An asynchronous implementation of
writeMaxArrayLength(UInteger). |
void |
writeMaxBrowseContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
Write a new value for the MaxBrowseContinuationPoints Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxBrowseContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
An asynchronous implementation of
writeMaxBrowseContinuationPoints(UShort). |
void |
writeMaxByteStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
Write a new value for the MaxByteStringLength Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxByteStringLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
An asynchronous implementation of
writeMaxByteStringLength(UInteger). |
void |
writeMaxHistoryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
Write a new value for the MaxHistoryContinuationPoints Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxHistoryContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
An asynchronous implementation of
writeMaxHistoryContinuationPoints(UShort). |
void |
writeMaxQueryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
Write a new value for the MaxQueryContinuationPoints Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxQueryContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
An asynchronous implementation of
writeMaxQueryContinuationPoints(UShort). |
void |
writeMaxStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
Write a new value for the MaxStringLength Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxStringLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
An asynchronous implementation of
writeMaxStringLength(UInteger). |
void |
writeMinSupportedSampleRate(Double minSupportedSampleRate)
Write a new value for the MinSupportedSampleRate Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMinSupportedSampleRateAsync(Double minSupportedSampleRate)
An asynchronous implementation of
writeMinSupportedSampleRate(Double). |
void |
writeServerProfileArray(String[] serverProfileArray)
Write a new value for the ServerProfileArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerProfileArrayAsync(String[] serverProfileArray)
An asynchronous implementation of
writeServerProfileArray(String[]). |
void |
writeSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
Write a new value for the SoftwareCertificates Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSoftwareCertificatesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
An asynchronous implementation of
writeSoftwareCertificates(SignedSoftwareCertificate[]). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<String[]> SERVER_PROFILE_ARRAY
static final QualifiedProperty<String[]> LOCALE_ID_ARRAY
static final QualifiedProperty<Double> MIN_SUPPORTED_SAMPLE_RATE
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> MAX_BROWSE_CONTINUATION_POINTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> MAX_QUERY_CONTINUATION_POINTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> MAX_HISTORY_CONTINUATION_POINTS
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[]> SOFTWARE_CERTIFICATES
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_ARRAY_LENGTH
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_STRING_LENGTH
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_BYTE_STRING_LENGTH
String[] getServerProfileArray() 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 ServerProfileArray Node.void setServerProfileArray(String[] serverProfileArray) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverProfileArray - the local value to set for the ServerProfileArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerProfileArray Node.String[] readServerProfileArray() throws org.eclipse.milo.opcua.stack.core.UaException
String[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeServerProfileArray(String[] serverProfileArray) throws org.eclipse.milo.opcua.stack.core.UaException
serverProfileArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String[]> readServerProfileArrayAsync()
readServerProfileArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerProfileArrayAsync(String[] serverProfileArray)
writeServerProfileArray(String[]).PropertyType getServerProfileArrayNode() 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> getServerProfileArrayNodeAsync()
getServerProfileArrayNode().String[] getLocaleIdArray() 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 LocaleIdArray Node.void setLocaleIdArray(String[] localeIdArray) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
localeIdArray - the local value to set for the LocaleIdArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LocaleIdArray Node.String[] readLocaleIdArray() throws org.eclipse.milo.opcua.stack.core.UaException
String[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLocaleIdArray(String[] localeIdArray) throws org.eclipse.milo.opcua.stack.core.UaException
localeIdArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String[]> readLocaleIdArrayAsync()
readLocaleIdArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLocaleIdArrayAsync(String[] localeIdArray)
writeLocaleIdArray(String[]).PropertyType getLocaleIdArrayNode() 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> getLocaleIdArrayNodeAsync()
getLocaleIdArrayNode().Double getMinSupportedSampleRate() 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 MinSupportedSampleRate Node.void setMinSupportedSampleRate(Double minSupportedSampleRate) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
minSupportedSampleRate - the local value to set for the MinSupportedSampleRate Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MinSupportedSampleRate Node.Double readMinSupportedSampleRate() throws org.eclipse.milo.opcua.stack.core.UaException
Double value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMinSupportedSampleRate(Double minSupportedSampleRate) throws org.eclipse.milo.opcua.stack.core.UaException
minSupportedSampleRate - the Double value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Double> readMinSupportedSampleRateAsync()
readMinSupportedSampleRate().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMinSupportedSampleRateAsync(Double minSupportedSampleRate)
writeMinSupportedSampleRate(Double).PropertyType getMinSupportedSampleRateNode() 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> getMinSupportedSampleRateNodeAsync()
getMinSupportedSampleRateNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getMaxBrowseContinuationPoints()
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 MaxBrowseContinuationPoints Node.void setMaxBrowseContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxBrowseContinuationPoints - the local value to set for the MaxBrowseContinuationPoints Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxBrowseContinuationPoints Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readMaxBrowseContinuationPoints()
throws org.eclipse.milo.opcua.stack.core.UaException
UShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxBrowseContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
maxBrowseContinuationPoints - the UShort 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.unsigned.UShort> readMaxBrowseContinuationPointsAsync()
readMaxBrowseContinuationPoints().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxBrowseContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxBrowseContinuationPoints)
writeMaxBrowseContinuationPoints(UShort).PropertyType getMaxBrowseContinuationPointsNode() 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> getMaxBrowseContinuationPointsNodeAsync()
getMaxBrowseContinuationPointsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getMaxQueryContinuationPoints()
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 MaxQueryContinuationPoints Node.void setMaxQueryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxQueryContinuationPoints - the local value to set for the MaxQueryContinuationPoints Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxQueryContinuationPoints Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readMaxQueryContinuationPoints()
throws org.eclipse.milo.opcua.stack.core.UaException
UShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxQueryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
maxQueryContinuationPoints - the UShort 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.unsigned.UShort> readMaxQueryContinuationPointsAsync()
readMaxQueryContinuationPoints().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxQueryContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxQueryContinuationPoints)
writeMaxQueryContinuationPoints(UShort).PropertyType getMaxQueryContinuationPointsNode() 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> getMaxQueryContinuationPointsNodeAsync()
getMaxQueryContinuationPointsNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getMaxHistoryContinuationPoints()
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 MaxHistoryContinuationPoints Node.void setMaxHistoryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxHistoryContinuationPoints - the local value to set for the MaxHistoryContinuationPoints Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxHistoryContinuationPoints Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readMaxHistoryContinuationPoints()
throws org.eclipse.milo.opcua.stack.core.UaException
UShort value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxHistoryContinuationPoints(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
throws org.eclipse.milo.opcua.stack.core.UaException
maxHistoryContinuationPoints - the UShort 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.unsigned.UShort> readMaxHistoryContinuationPointsAsync()
readMaxHistoryContinuationPoints().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxHistoryContinuationPointsAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort maxHistoryContinuationPoints)
writeMaxHistoryContinuationPoints(UShort).PropertyType getMaxHistoryContinuationPointsNode() 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> getMaxHistoryContinuationPointsNodeAsync()
getMaxHistoryContinuationPointsNode().org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] getSoftwareCertificates()
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 SoftwareCertificates Node.void setSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
softwareCertificates - the local value to set for the SoftwareCertificates Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SoftwareCertificates Node.org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] readSoftwareCertificates()
throws org.eclipse.milo.opcua.stack.core.UaException
SignedSoftwareCertificate[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSoftwareCertificates(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
throws org.eclipse.milo.opcua.stack.core.UaException
softwareCertificates - the SignedSoftwareCertificate[] 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.SignedSoftwareCertificate[]> readSoftwareCertificatesAsync()
readSoftwareCertificates().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSoftwareCertificatesAsync(org.eclipse.milo.opcua.stack.core.types.structured.SignedSoftwareCertificate[] softwareCertificates)
writeSoftwareCertificates(SignedSoftwareCertificate[]).PropertyType getSoftwareCertificatesNode() 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> getSoftwareCertificatesNodeAsync()
getSoftwareCertificatesNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxArrayLength()
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 MaxArrayLength Node.void setMaxArrayLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxArrayLength - the local value to set for the MaxArrayLength Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxArrayLength Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxArrayLength()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxArrayLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
throws org.eclipse.milo.opcua.stack.core.UaException
maxArrayLength - the UInteger 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.unsigned.UInteger> readMaxArrayLengthAsync()
readMaxArrayLength().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxArrayLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxArrayLength)
writeMaxArrayLength(UInteger).PropertyType getMaxArrayLengthNode() 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> getMaxArrayLengthNodeAsync()
getMaxArrayLengthNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxStringLength()
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 MaxStringLength Node.void setMaxStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxStringLength - the local value to set for the MaxStringLength Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxStringLength Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxStringLength()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
throws org.eclipse.milo.opcua.stack.core.UaException
maxStringLength - the UInteger 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.unsigned.UInteger> readMaxStringLengthAsync()
readMaxStringLength().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxStringLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxStringLength)
writeMaxStringLength(UInteger).PropertyType getMaxStringLengthNode() 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> getMaxStringLengthNodeAsync()
getMaxStringLengthNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxByteStringLength()
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 MaxByteStringLength Node.void setMaxByteStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxByteStringLength - the local value to set for the MaxByteStringLength Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxByteStringLength Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxByteStringLength()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxByteStringLength(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
throws org.eclipse.milo.opcua.stack.core.UaException
maxByteStringLength - the UInteger 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.unsigned.UInteger> readMaxByteStringLengthAsync()
readMaxByteStringLength().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxByteStringLengthAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxByteStringLength)
writeMaxByteStringLength(UInteger).PropertyType getMaxByteStringLengthNode() 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> getMaxByteStringLengthNodeAsync()
getMaxByteStringLengthNode().OperationLimitsType getOperationLimitsNode() throws org.eclipse.milo.opcua.stack.core.UaException
OperationLimitsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
OperationLimitsType 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 OperationLimitsType> getOperationLimitsNodeAsync()
getOperationLimitsNode().FolderType getModellingRulesNode() throws org.eclipse.milo.opcua.stack.core.UaException
FolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
FolderType 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 FolderType> getModellingRulesNodeAsync()
getModellingRulesNode().FolderType getAggregateFunctionsNode() throws org.eclipse.milo.opcua.stack.core.UaException
FolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
FolderType 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 FolderType> getAggregateFunctionsNodeAsync()
getAggregateFunctionsNode().Copyright © 2021. All rights reserved.