Class EipPlcDiscoverer
- java.lang.Object
-
- org.apache.plc4x.java.eip.base.discovery.EipPlcDiscoverer
-
- All Implemented Interfaces:
PlcDiscoverer
public class EipPlcDiscoverer extends Object implements PlcDiscoverer
-
-
Constructor Summary
Constructors Constructor Description EipPlcDiscoverer()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CompletableFuture<PlcDiscoveryResponse>discover(PlcDiscoveryRequest discoveryRequest)CompletableFuture<PlcDiscoveryResponse>discoverWithHandler(PlcDiscoveryRequest discoveryRequest, PlcDiscoveryItemHandler handler)static voidmain(String[] args)
-
-
-
Method Detail
-
discover
public CompletableFuture<PlcDiscoveryResponse> discover(PlcDiscoveryRequest discoveryRequest)
- Specified by:
discoverin interfacePlcDiscoverer
-
discoverWithHandler
public CompletableFuture<PlcDiscoveryResponse> discoverWithHandler(PlcDiscoveryRequest discoveryRequest, PlcDiscoveryItemHandler handler)
- Specified by:
discoverWithHandlerin interfacePlcDiscoverer
-
-