Interface EnOceanHandler


public interface EnOceanHandler
The interface used to get callback answers from a RPC or a Message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notifyResponse(EnOceanRPC original, byte[] payload)
    Notifies of the answer to a RPC.
  • Method Details

    • notifyResponse

      void notifyResponse(EnOceanRPC original, byte[] payload)
      Notifies of the answer to a RPC.
      Parameters:
      original - the original EnOceanRPC that originated this answer.
      payload - the payload of the response; may be deserialized to an EnOceanRPC object.