public interface PlcWriter
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<PlcWriteResponse> |
write(PlcWriteRequest writeRequest)
Writes a given value to a PLC.
|
CompletableFuture<PlcWriteResponse> write(PlcWriteRequest writeRequest)
writeRequest - object describing the type, location and value that whould be written.CompletableFuture giving async access to the response of the write operation.Copyright © 2017–2018 The Apache Software Foundation. All rights reserved.