All Superinterfaces:
BaseObjectType, org.eclipse.milo.opcua.sdk.core.nodes.Node, org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
All Known Implementing Classes:
LldpInformationTypeNode

public interface LldpInformationType extends BaseObjectType
See Also:
  • Method Details

    • getRemoteStatisticsNode

      LldpRemoteStatisticsType getRemoteStatisticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the RemoteStatistics LldpRemoteStatisticsType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the RemoteStatistics LldpRemoteStatisticsType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getRemoteStatisticsNodeAsync

      CompletableFuture<? extends LldpRemoteStatisticsType> getRemoteStatisticsNodeAsync()
      Asynchronous implementation of getRemoteStatisticsNode().
      Returns:
      a CompletableFuture that completes successfully with the LldpRemoteStatisticsType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getLocalSystemDataNode

      LldpLocalSystemType getLocalSystemDataNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the LocalSystemData LldpLocalSystemType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the LocalSystemData LldpLocalSystemType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getLocalSystemDataNodeAsync

      CompletableFuture<? extends LldpLocalSystemType> getLocalSystemDataNodeAsync()
      Asynchronous implementation of getLocalSystemDataNode().
      Returns:
      a CompletableFuture that completes successfully with the LldpLocalSystemType Node or completes exceptionally if an error occurs creating or getting the Node.
    • getPortsNode

      FolderType getPortsNode() throws org.eclipse.milo.opcua.stack.core.UaException
      Get the Ports FolderType Node, or null if it does not exist.

      The Node is created when first accessed and cached for subsequent calls.

      Returns:
      the Ports FolderType Node, or null if it does not exist.
      Throws:
      org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.
    • getPortsNodeAsync

      CompletableFuture<? extends FolderType> getPortsNodeAsync()
      Asynchronous implementation of getPortsNode().
      Returns:
      a CompletableFuture that completes successfully with the FolderType Node or completes exceptionally if an error occurs creating or getting the Node.