Interface BoardReadyListener

All Superinterfaces:
HardwareListener

public interface BoardReadyListener extends HardwareListener
Interface for board is ready for use. This occurs after the board links and the board has an opportunity to setup the hardware for normal use. This always comes after the BoardLinkListener.onBoardLink() callback.
Since:
1.0
Version:
2024-10-18
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a board is ready.
  • Method Details

    • onBoardReady

      void onBoardReady(Board board)
      Called when a board is ready. This may be called multiple time during the life of a board if the hardware disconnects and reconnects. There should be one call to this for each link event.
      Parameters:
      board - the board that now ready for use