Interface PlcPingRequest
-
- All Superinterfaces:
PlcMessage
,PlcRequest
public interface PlcPingRequest extends PlcRequest
Simple request type, to check the connection with a plc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<? extends PlcPingResponse>
execute()
-
-
-
Method Detail
-
execute
CompletableFuture<? extends PlcPingResponse> execute()
- Specified by:
execute
in interfacePlcRequest
-
-