Interface BoardReadyListener
- All Superinterfaces:
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
-
Method Details
-
onBoardReady
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
-