public interface PlcReader
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PlcReadResponse> |
read(PlcReadRequest readRequest)
Reads a requested value from a PLC.
|
CompletableFuture<PlcReadResponse> read(PlcReadRequest readRequest)
readRequest - object describing the type and location of the value.CompletableFuture giving async access to the returned value.Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.