Package | Description |
---|---|
com.dsi.ant.channel |
Modifier and Type | Field and Description |
---|---|
static EventBufferSettings |
EventBufferSettings.DEFAULT_EVENT_BUFFER_SETTINGS
Predefined settings which will vote for event buffering to be set to the default.
|
static EventBufferSettings |
EventBufferSettings.DISABLE_EVENT_BUFFER_SETTINGS
Predefined settings which will vote for event buffering to be disabled.
|
Modifier and Type | Method and Description |
---|---|
EventBufferSettings |
AntChannel.getEventBufferSettings()
Gets the
EventBufferSettings of the ANT adapter this channel is running on. |
Modifier and Type | Method and Description |
---|---|
void |
IAntAdapterEventHandler.onEventBufferSettingsChange(EventBufferSettings newEventBufferSettings)
Triggered when the ANT adapter event buffer state has changed.
|
void |
AntChannel.setEventBuffer(EventBufferSettings eventBufferSettings)
Requests an event buffer with the desired values contained within the
EventBufferSettings . |
void |
AntContinuousScanController.setEventBuffer(EventBufferSettings eventBufferSettings)
Enables event buffering to buffer messages and deliver them when the
buffer time expires, or the buffer is full.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.