Uses of Interface
org.eclipse.milo.opcua.sdk.client.model.objects.LldpRemoteStatisticsType
Packages that use LldpRemoteStatisticsType
-
Uses of LldpRemoteStatisticsType in org.eclipse.milo.opcua.sdk.client.model.objects
Classes in org.eclipse.milo.opcua.sdk.client.model.objects that implement LldpRemoteStatisticsTypeMethods in org.eclipse.milo.opcua.sdk.client.model.objects that return LldpRemoteStatisticsTypeModifier and TypeMethodDescriptionLldpInformationType.getRemoteStatisticsNode()Get the RemoteStatisticsLldpRemoteStatisticsTypeNode, ornullif it does not exist.Methods in org.eclipse.milo.opcua.sdk.client.model.objects that return types with arguments of type LldpRemoteStatisticsTypeModifier and TypeMethodDescriptionCompletableFuture<? extends LldpRemoteStatisticsType>LldpInformationType.getRemoteStatisticsNodeAsync()Asynchronous implementation ofLldpInformationType.getRemoteStatisticsNode().