Interface IAntAdapterEventHandler


public interface IAntAdapterEventHandler
This interface contains the method signature needed to handle adapter wide events for the ANT adapter the channel is on. The ANT adapter represents the ANT hardware. This typically contains 8 ANT channels which can be configured independently, except for the configuration related to these events.
Since:
4.0
  • Method Details

    • onEventBufferSettingsChange

      void onEventBufferSettingsChange(EventBufferSettings newEventBufferSettings)
      Triggered when the ANT adapter event buffer state has changed.
      Parameters:
      newEventBufferSettings - The new Event Buffer Settings
      Since:
      4.1
    • onBurstStateChange

      void onBurstStateChange(BurstState newBurstState)
      Triggered when the ANT adapter burst state has changed.
      Parameters:
      newBurstState - The new burst state.
      Since:
      4.0
    • onLibConfigChange

      void onLibConfigChange(LibConfig newLibConfig)
      Triggered when the ANT adapter extended data configuration has changed.
      Parameters:
      newLibConfig - The new Lib Config.
      Since:
      4.0
    • onBackgroundScanStateChange

      void onBackgroundScanStateChange(BackgroundScanState newBackgroundScanState)
      Triggered when the ANT adapter background scan state has changed.
      Parameters:
      newBackgroundScanState - The new background scan state.
      Since:
      4.0