Interface LldpLocalSystemType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
LldpLocalSystemTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String> -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the ChassisId Node.Get the ChassisIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetChassisIdNode().org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtypeGet the local value of the ChassisIdSubtype Node.Get the ChassisIdSubtypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetChassisIdSubtypeNode().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapGet the local value of the SystemCapabilitiesEnabled Node.Get the SystemCapabilitiesEnabledPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSystemCapabilitiesEnabledNode().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapGet the local value of the SystemCapabilitiesSupported Node.Get the SystemCapabilitiesSupportedPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSystemCapabilitiesSupportedNode().Get the local value of the SystemDescription Node.Get the SystemDescriptionPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSystemDescriptionNode().Get the local value of the SystemName Node.Get the SystemNamePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSystemNameNode().Read the value of the ChassisId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadChassisId().org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtypeRead the value of the ChassisIdSubtype Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype>An asynchronous implementation ofreadChassisIdSubtype().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapRead the value of the SystemCapabilitiesEnabled Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>An asynchronous implementation ofreadSystemCapabilitiesEnabled().org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMapRead the value of the SystemCapabilitiesSupported Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap>An asynchronous implementation ofreadSystemCapabilitiesSupported().Read the value of the SystemDescription Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadSystemDescription().Read the value of the SystemName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadSystemName().voidsetChassisId(String value) Set the local value of the ChassisId Node.voidsetChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) Set the local value of the ChassisIdSubtype Node.voidsetSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Set the local value of the SystemCapabilitiesEnabled Node.voidsetSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Set the local value of the SystemCapabilitiesSupported Node.voidsetSystemDescription(String value) Set the local value of the SystemDescription Node.voidsetSystemName(String value) Set the local value of the SystemName Node.voidwriteChassisId(String value) Write a new value for the ChassisId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeChassisIdAsync(String value) An asynchronous implementation ofwriteChassisId(java.lang.String).voidwriteChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) Write a new value for the ChassisIdSubtype Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeChassisIdSubtypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) An asynchronous implementation ofwriteChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype).voidwriteSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Write a new value for the SystemCapabilitiesEnabled Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemCapabilitiesEnabledAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) An asynchronous implementation ofwriteSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).voidwriteSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) Write a new value for the SystemCapabilitiesSupported Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemCapabilitiesSupportedAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) An asynchronous implementation ofwriteSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).voidwriteSystemDescription(String value) Write a new value for the SystemDescription Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteSystemDescription(java.lang.String).voidwriteSystemName(String value) Write a new value for the SystemName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSystemNameAsync(String value) An asynchronous implementation ofwriteSystemName(java.lang.String).Methods 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
-
Field Details
-
CHASSIS_ID_SUBTYPE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype> CHASSIS_ID_SUBTYPE -
CHASSIS_ID
-
SYSTEM_NAME
-
SYSTEM_DESCRIPTION
-
SYSTEM_CAPABILITIES_SUPPORTED
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> SYSTEM_CAPABILITIES_SUPPORTED -
SYSTEM_CAPABILITIES_ENABLED
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> SYSTEM_CAPABILITIES_ENABLED
-
-
Method Details
-
getChassisIdSubtype
org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype getChassisIdSubtype() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ChassisIdSubtype Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ChassisIdSubtype Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisIdSubtype Node.
-
setChassisIdSubtype
void setChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ChassisIdSubtype Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ChassisIdSubtype Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisIdSubtype Node.
-
readChassisIdSubtype
org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype readChassisIdSubtype() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ChassisIdSubtype Node from the server and update the local value if the operation succeeds.- Returns:
- the
ChassisIdSubtypevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeChassisIdSubtype
void writeChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ChassisIdSubtype Node to the server and update the local value if the operation succeeds.- Parameters:
value- theChassisIdSubtypevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readChassisIdSubtypeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype> readChassisIdSubtypeAsync()An asynchronous implementation ofreadChassisIdSubtype().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeChassisIdSubtypeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeChassisIdSubtypeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype value) An asynchronous implementation ofwriteChassisIdSubtype(org.eclipse.milo.opcua.stack.core.types.enumerated.ChassisIdSubtype).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getChassisIdSubtypeNode
Get the ChassisIdSubtypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ChassisIdSubtype
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getChassisIdSubtypeNodeAsync
CompletableFuture<? extends PropertyType> getChassisIdSubtypeNodeAsync()Asynchronous implementation ofgetChassisIdSubtypeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getChassisId
Get the local value of the ChassisId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ChassisId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisId Node.
-
setChassisId
Set the local value of the ChassisId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ChassisId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ChassisId Node.
-
readChassisId
Read the value of the ChassisId Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeChassisId
Write a new value for the ChassisId Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readChassisIdAsync
CompletableFuture<? extends String> readChassisIdAsync()An asynchronous implementation ofreadChassisId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeChassisIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeChassisIdAsync(String value) An asynchronous implementation ofwriteChassisId(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getChassisIdNode
Get the ChassisIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ChassisId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getChassisIdNodeAsync
CompletableFuture<? extends PropertyType> getChassisIdNodeAsync()Asynchronous implementation ofgetChassisIdNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemName
Get the local value of the SystemName Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SystemName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemName Node.
-
setSystemName
Set the local value of the SystemName Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SystemName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemName Node.
-
readSystemName
Read the value of the SystemName Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemName
Write a new value for the SystemName Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemNameAsync
CompletableFuture<? extends String> readSystemNameAsync()An asynchronous implementation ofreadSystemName().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemNameAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemNameAsync(String value) An asynchronous implementation ofwriteSystemName(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemNameNode
Get the SystemNamePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SystemName
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemNameNodeAsync
CompletableFuture<? extends PropertyType> getSystemNameNodeAsync()Asynchronous implementation ofgetSystemNameNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemDescription
Get the local value of the SystemDescription Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SystemDescription Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemDescription Node.
-
setSystemDescription
Set the local value of the SystemDescription Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SystemDescription Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemDescription Node.
-
readSystemDescription
Read the value of the SystemDescription Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemDescription
Write a new value for the SystemDescription Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemDescriptionAsync
CompletableFuture<? extends String> readSystemDescriptionAsync()An asynchronous implementation ofreadSystemDescription().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemDescriptionAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemDescriptionAsync(String value) An asynchronous implementation ofwriteSystemDescription(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemDescriptionNode
Get the SystemDescriptionPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SystemDescription
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemDescriptionNodeAsync
CompletableFuture<? extends PropertyType> getSystemDescriptionNodeAsync()Asynchronous implementation ofgetSystemDescriptionNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemCapabilitiesSupported
org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap getSystemCapabilitiesSupported() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the SystemCapabilitiesSupported Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SystemCapabilitiesSupported Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesSupported Node.
-
setSystemCapabilitiesSupported
void setSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the SystemCapabilitiesSupported Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SystemCapabilitiesSupported Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesSupported Node.
-
readSystemCapabilitiesSupported
org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap readSystemCapabilitiesSupported() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the SystemCapabilitiesSupported Node from the server and update the local value if the operation succeeds.- Returns:
- the
LldpSystemCapabilitiesMapvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemCapabilitiesSupported
void writeSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the SystemCapabilitiesSupported Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLldpSystemCapabilitiesMapvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemCapabilitiesSupportedAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> readSystemCapabilitiesSupportedAsync()An asynchronous implementation ofreadSystemCapabilitiesSupported().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemCapabilitiesSupportedAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemCapabilitiesSupportedAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) An asynchronous implementation ofwriteSystemCapabilitiesSupported(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemCapabilitiesSupportedNode
PropertyType getSystemCapabilitiesSupportedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the SystemCapabilitiesSupportedPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SystemCapabilitiesSupported
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemCapabilitiesSupportedNodeAsync
CompletableFuture<? extends PropertyType> getSystemCapabilitiesSupportedNodeAsync()Asynchronous implementation ofgetSystemCapabilitiesSupportedNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSystemCapabilitiesEnabled
org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap getSystemCapabilitiesEnabled() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the SystemCapabilitiesEnabled Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SystemCapabilitiesEnabled Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesEnabled Node.
-
setSystemCapabilitiesEnabled
void setSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the SystemCapabilitiesEnabled Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SystemCapabilitiesEnabled Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SystemCapabilitiesEnabled Node.
-
readSystemCapabilitiesEnabled
org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap readSystemCapabilitiesEnabled() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the SystemCapabilitiesEnabled Node from the server and update the local value if the operation succeeds.- Returns:
- the
LldpSystemCapabilitiesMapvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSystemCapabilitiesEnabled
void writeSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the SystemCapabilitiesEnabled Node to the server and update the local value if the operation succeeds.- Parameters:
value- theLldpSystemCapabilitiesMapvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSystemCapabilitiesEnabledAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap> readSystemCapabilitiesEnabledAsync()An asynchronous implementation ofreadSystemCapabilitiesEnabled().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSystemCapabilitiesEnabledAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSystemCapabilitiesEnabledAsync(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap value) An asynchronous implementation ofwriteSystemCapabilitiesEnabled(org.eclipse.milo.opcua.stack.core.types.structured.LldpSystemCapabilitiesMap).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSystemCapabilitiesEnabledNode
PropertyType getSystemCapabilitiesEnabledNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the SystemCapabilitiesEnabledPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SystemCapabilitiesEnabled
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSystemCapabilitiesEnabledNodeAsync
CompletableFuture<? extends PropertyType> getSystemCapabilitiesEnabledNodeAsync()Asynchronous implementation ofgetSystemCapabilitiesEnabledNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-