Interface CANBoardActivateListener


public interface CANBoardActivateListener
Listener for CANBoard activation.
Version:
Aug-23-17
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a board is activated as a result of the hardware linking to the board.
  • Method Details

    • boardActivated

      void boardActivated(CANBoard<?> board)
      Called when a board is activated as a result of the hardware linking to the board.
      Parameters:
      board - the board that was activated