Interface IIeeeTsnInterfaceConfigurationType
- All Superinterfaces:
BaseInterfaceType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Subinterfaces:
IIeeeTsnInterfaceConfigurationListenerType,IIeeeTsnInterfaceConfigurationTalkerType
- All Known Implementing Classes:
IIeeeTsnInterfaceConfigurationListenerTypeNode,IIeeeTsnInterfaceConfigurationTalkerTypeNode,IIeeeTsnInterfaceConfigurationTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the InterfaceName Node.Get the InterfaceNameBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetInterfaceNameNode().Get the local value of the MacAddress Node.Get the MacAddressBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetMacAddressNode().Read the value of the InterfaceName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadInterfaceName().Read the value of the MacAddress Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadMacAddress().voidsetInterfaceName(String value) Set the local value of the InterfaceName Node.voidsetMacAddress(String value) Set the local value of the MacAddress Node.voidwriteInterfaceName(String value) Write a new value for the InterfaceName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeInterfaceNameAsync(String value) An asynchronous implementation ofwriteInterfaceName(java.lang.String).voidwriteMacAddress(String value) Write a new value for the MacAddress Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeMacAddressAsync(String value) An asynchronous implementation ofwriteMacAddress(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
-
Method Details
-
getMacAddress
Get the local value of the MacAddress Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the MacAddress Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MacAddress Node.
-
setMacAddress
Set the local value of the MacAddress Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the MacAddress Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the MacAddress Node.
-
readMacAddress
Read the value of the MacAddress 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.
-
writeMacAddress
Write a new value for the MacAddress 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.
-
readMacAddressAsync
CompletableFuture<? extends String> readMacAddressAsync()An asynchronous implementation ofreadMacAddress().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeMacAddressAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMacAddressAsync(String value) An asynchronous implementation ofwriteMacAddress(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getMacAddressNode
Get the MacAddressBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the MacAddress
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getMacAddressNodeAsync
CompletableFuture<? extends BaseDataVariableType> getMacAddressNodeAsync()Asynchronous implementation ofgetMacAddressNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getInterfaceName
Get the local value of the InterfaceName Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the InterfaceName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InterfaceName Node.
-
setInterfaceName
Set the local value of the InterfaceName Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the InterfaceName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InterfaceName Node.
-
readInterfaceName
Read the value of the InterfaceName 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.
-
writeInterfaceName
Write a new value for the InterfaceName 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.
-
readInterfaceNameAsync
CompletableFuture<? extends String> readInterfaceNameAsync()An asynchronous implementation ofreadInterfaceName().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeInterfaceNameAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInterfaceNameAsync(String value) An asynchronous implementation ofwriteInterfaceName(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getInterfaceNameNode
Get the InterfaceNameBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the InterfaceName
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getInterfaceNameNodeAsync
CompletableFuture<? extends BaseDataVariableType> getInterfaceNameNodeAsync()Asynchronous implementation ofgetInterfaceNameNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-