Interface Address


public interface Address
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Gets feedback from the address.
    void
    send(double data)
    Sends data to the address.
  • Method Details

    • send

      void send(double data)
      Sends data to the address.
      Parameters:
      data - Double between 0 and 1 to send.
    • getFeedback

      double getFeedback()
      Gets feedback from the address.
      Returns:
      Double between 0 and 1 containing control feedback.