Package | Description |
---|---|
com.dsi.ant.channel |
Modifier and Type | Method and Description |
---|---|
AntContinuousScanController |
AntChannelProvider.acquireContinuousScanController(Context context,
AdapterInfo adapter,
NetworkKey networkKey,
boolean disableRxOnlyMode)
Acquires an ANT continuous scan controller that is in assigned state for
this application to use.
|
AntContinuousScanController |
AntChannelProvider.acquireContinuousScanController(Context context,
AdapterInfo adapter,
PredefinedNetwork network,
boolean disableRxOnlyMode)
Acquires an ANT continuous scan controller that is in assigned state for
this application to use.
|
void |
AntChannel.addIdToInclusionExclusionList(ChannelId channelId,
int listIndex)
Adds channel IDs to the inclusion/exclusion list for this channel.
|
void |
AntChannel.assign(ChannelType channelType)
Specifies the type of this channel and prepares the channel for use.
|
void |
AntChannel.assign(ChannelType channelType,
ExtendedAssignment extendedAssignment)
Specifies the type of this channel and prepares the channel for use.
|
void |
AntChannel.burstTransfer(byte[] data)
Transmits the given data on this channel as a series of burst messages.
|
void |
AntChannel.close()
Closes this channel.
|
void |
AntContinuousScanController.close()
Closes the controller.
|
void |
AntChannel.configureFrequencyAgility(int freq1,
int freq2,
int freq3)
Configures the frequency agility feature for this channel.
|
void |
AntChannel.configureInclusionExclusionList(int listSize,
boolean exclude)
Configures the inclusion/exclusion list for this channel which allows specifying specific
channel IDs to ignore or include in a search.
|
void |
AntChannel.disableEventBuffer()
Disables event buffering for the entire adapter.
|
void |
AntChannel.open()
Opens this channel.
|
void |
AntContinuousScanController.open()
Opens continuous scan.
|
AntVersionMessage |
AntChannel.requestAntVersion()
Asks the ANT Adapter this channel is running on for its version information.
|
CapabilitiesMessage |
AntChannel.requestCapabilities()
Asks the ANT Adapter this channel is running on for its Capabilities information.
|
ChannelIdMessage |
AntChannel.requestChannelId()
Asks the ANT Adapter for this channels ID information.
|
ChannelStatusMessage |
AntChannel.requestChannelStatus()
Asks the ANT Adapter for this channels status information.
|
ChannelStatusMessage |
AntContinuousScanController.requestChannelStatus()
Asks the controller for its status information.
|
void |
AntChannel.setAdapterWideLibConfig(LibConfig libConfig)
Requests which extended data to include with data messages.
|
void |
AntChannel.setChannelId(ChannelId channelId)
Configures the channel ID for this channel.
|
void |
AntContinuousScanController.setChannelId(ChannelId channelId)
Configures the channel ID for this channel.
|
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.
|
void |
AntChannel.setEventBufferToDefault()
Sets the event buffer to the default value defined by
EventBufferSettings.DEFAULT_BUFFER_TIME_MILLISECONDS . |
void |
AntChannel.setPeriod(int period_32768unitsPerSecond)
Configures the messaging period of this channel.
|
void |
AntChannel.setProximityThreshold(int searchThreshold)
Sets a signal strength 'proximity' requirement on finding matches during searching.
|
void |
AntChannel.setRfFrequency(int radioFrequencyOffset)
Sets the RF frequency for this channel by a frequency offset, e.g.
|
void |
AntContinuousScanController.setRfFrequency(int radioFrequencyOffset)
Sets the RF frequency for this channel by a frequency offset, e.g.
|
void |
AntChannel.setSearchPriority(int searchPriority)
Sets the search priority for this channel.
|
void |
AntChannel.setSearchTimeout(LowPrioritySearchTimeout lowPrioritySearchTimeout)
Configures the length of time that this channel will perform a low priority search.
|
void |
AntChannel.setSearchTimeout(LowPrioritySearchTimeout lowPrioritySearchTimeout,
HighPrioritySearchTimeout highPrioritySearchTimeout)
Configures the length of time that this channel will perform a search, combing both low
priority and high priority.
|
void |
AntChannel.setTransmitPower(int outputPowerLevelSetting)
Sets the transmit power level for this channel.
|
void |
AntChannel.startSendAcknowledgedData(byte[] payload)
Sends an acknowledged message on this channel, without waiting for the result (complete
or failed).
|
void |
AntChannel.unassign()
Unassigns this channel.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.