Interface AsyncWriteRequest<T>

All Superinterfaces:
WriteRequest<T>
All Known Implementing Classes:
AsyncWriteRequestWrapper, BasicAsyncWriteRequest

public interface AsyncWriteRequest<T> extends WriteRequest<T>
The AsyncWriteValue interface is used for writing values asynchronously. It provides the value, and then has functions for setting the result.
  • Method Details

    • getResult

      QualityCode getResult()
    • setSuccess

      void setSuccess()
      Mark the write as successful
    • setResult

      void setResult(QualityCode value)