public interface IAntAdapterEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onBackgroundScanStateChange(BackgroundScanState newBackgroundScanState)
Triggered when the ANT adapter background scan state has changed.
|
void |
onBurstStateChange(BurstState newBurstState)
Triggered when the ANT adapter burst state has changed.
|
void |
onEventBufferSettingsChange(EventBufferSettings newEventBufferSettings)
Triggered when the ANT adapter event buffer state has changed.
|
void |
onLibConfigChange(LibConfig newLibConfig)
Triggered when the ANT adapter extended data configuration has changed.
|
void onEventBufferSettingsChange(EventBufferSettings newEventBufferSettings)
newEventBufferSettings - The new Event Buffer Settingsvoid onBurstStateChange(BurstState newBurstState)
newBurstState - The new burst state.void onLibConfigChange(LibConfig newLibConfig)
newLibConfig - The new Lib Config.void onBackgroundScanStateChange(BackgroundScanState newBackgroundScanState)
newBackgroundScanState - The new background scan state.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.