Interface PlcReadRequest
-
- All Superinterfaces:
PlcMessage
,PlcRequest
,PlcTagRequest
public interface PlcReadRequest extends PlcTagRequest
Request to read one or more values from a plc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlcReadRequest.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletableFuture<? extends PlcReadResponse>
execute()
-
Methods inherited from interface org.apache.plc4x.java.api.messages.PlcTagRequest
getNumberOfTags, getTag, getTagNames, getTags
-
-
-
-
Method Detail
-
execute
CompletableFuture<? extends PlcReadResponse> execute()
- Specified by:
execute
in interfacePlcRequest
- Specified by:
execute
in interfacePlcTagRequest
-
-