- ACKNOWLEDGED_DATA - Static variable in class com.dsi.ant.message.MessageId
-  
- AcknowledgedDataMessage - Class in com.dsi.ant.message.fromant
- 
Sent by a slave after receiving a broadcast message to indicate to the master
 that the message was received. 
- AcknowledgedDataMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.AcknowledgedDataMessage
- 
Parse message specific information from the given ANT message parcel. 
- AcknowledgedDataMessageFromHost - Class in com.dsi.ant.message.fromhost
- 
Can be used as a replacement for  BroadcastDataMessageFromHost and
 expects an acknowledgement message back from the slave being transmitted to. 
- AcknowledgedDataMessageFromHost(byte[]) - Constructor for class com.dsi.ant.message.fromhost.AcknowledgedDataMessageFromHost
- 
Constructs the message from the message bytes. 
- acquireChannel(Context, PredefinedNetwork) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires a free ANT Channel for this application to use. 
- acquireChannel(Context, PredefinedNetwork, Capabilities) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires a free ANT Channel for this application to use. 
- acquireChannel(Context, PredefinedNetwork, Capabilities, Capabilities) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires a free ANT Channel for this application to use. 
- acquireChannelFromAdapter(Context, AdapterInfo, PredefinedNetwork) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires a free ANT Channel for this application to use. 
- acquireChannelOnPrivateNetwork(Context, NetworkKey) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
- acquireChannelOnPrivateNetwork(Context, NetworkKey, Capabilities) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
- acquireChannelOnPrivateNetwork(Context, NetworkKey, Capabilities, Capabilities) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
- acquireChannelOnPrivateNetworkFromAdapter(Context, AdapterInfo, NetworkKey) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires a free ANT Channel for this application to use. 
- acquireContinuousScanController(Context, AdapterInfo, PredefinedNetwork, boolean) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires an ANT continuous scan controller that is in assigned state for
 this application to use. 
- acquireContinuousScanController(Context, AdapterInfo, NetworkKey, boolean) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Acquires an ANT continuous scan controller that is in assigned state for
 this application to use. 
- ACTION_BIND_ANT_RADIO_SERVICE - Static variable in class com.dsi.ant.AntService
- 
Use this as the action parameter of a binding intent get a service interface back which
 can be wrapped by an  AntService object. 
- ACTION_CHANNEL_PROVIDER_STATE_CHANGED - Static variable in class com.dsi.ant.channel.AntChannelProvider
- 
Notification that the number of channels available to be acquired has changed. 
- ACTIVE_SEARCH_SHARING - Static variable in class com.dsi.ant.message.MessageId
-  
- AdapterInfo - Class in com.dsi.ant.channel
- 
Represents information pertaining to the underlying ANT hardware that
 provides ANT channel(s). 
- AdapterInfo(String, Capabilities, boolean, boolean) - Constructor for class com.dsi.ant.channel.AdapterInfo
-  
- AddChannelIdToListMessage - Class in com.dsi.ant.message.fromhost
- 
Message to add a channel ID to an exclusion/inclusion list. 
- AddChannelIdToListMessage(ChannelId, int) - Constructor for class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
Constructs the message given the channel ID and list index. 
- addIdToInclusionExclusionList(ChannelId, int) - Method in class com.dsi.ant.channel.AntChannel
- 
Adds channel IDs to the inclusion/exclusion list for this channel. 
- ADV2_FIT1_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- ADV2_RESERVED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- ADV_BURST_DATA - Static variable in class com.dsi.ant.message.MessageId
-  
- ALARM_VARIABLE_MODIFY_TEST - Static variable in class com.dsi.ant.message.MessageId
-  
- ANT_VERSION - Static variable in class com.dsi.ant.message.MessageId
-  
- AntAdapterProvider - Class in com.dsi.ant.channel
- 
The adapter provider provides  AdapterInfo to allow apps to retrieve information about
 the underlying hardware. 
- AntAdapterProvider(IBinder) - Constructor for class com.dsi.ant.channel.AntAdapterProvider
- 
- AntChannel - Class in com.dsi.ant.channel
- 
Represents a single channel on any piece of ANT hardware. 
- AntChannelProvider - Class in com.dsi.ant.channel
- 
This class provides the interface that applications use to acquire ANT channels to use for ANT
 communication. 
- AntChannelProvider(IBinder) - Constructor for class com.dsi.ant.channel.AntChannelProvider
- 
- AntCommandFailedException - Exception in com.dsi.ant.channel
- 
The ANT Radio Service sent a response which indicates failure. 
- AntCommandFailedException(MessageFromHostType, ServiceResult) - Constructor for exception com.dsi.ant.channel.AntCommandFailedException
- 
Used in library after receiving ServiceResult over IPC 
- AntCommandFailureReason - Enum in com.dsi.ant.channel
- 
- AntContinuousScanController - Class in com.dsi.ant.channel
- 
The ANT Continuous Scan controller on any piece of ANT hardware. 
- AntContinuousScanController.ChannelEventDispatcher - Class in com.dsi.ant.channel
-  
- AntContinuousScanController.ChannelEventDispatcher() - Constructor for class com.dsi.ant.channel.AntContinuousScanController.ChannelEventDispatcher
-  
- ANTLIB_VERSION_CODE - Static variable in class com.dsi.ant.AntLibVersionInfo
- 
The version code of this Android ANT Library. 
- ANTLIB_VERSION_STRING - Static variable in class com.dsi.ant.AntLibVersionInfo
- 
The version string of this Android ANT Library. 
- AntLibVersionInfo - Class in com.dsi.ant
- 
Provides the version information of this library. 
- AntLibVersionInfo() - Constructor for class com.dsi.ant.AntLibVersionInfo
-  
- AntMessage - Class in com.dsi.ant.message
- 
Common definitions for messages from ANT and from Host. 
- AntMessage() - Constructor for class com.dsi.ant.message.AntMessage
-  
- AntMessageFromAnt - Class in com.dsi.ant.message.fromant
- 
A message sent ANT -> Host. 
- AntMessageFromHost - Class in com.dsi.ant.message.fromhost
- 
A message sent Host -> ANT. 
- AntMessageFromHost() - Constructor for class com.dsi.ant.message.fromhost.AntMessageFromHost
-  
- AntService - Class in com.dsi.ant
- 
This is the starting point for using the ANT API, by calling
  bindService() you allow communication with the
 ANT Radio Service. 
- AntService(IBinder) - Constructor for class com.dsi.ant.AntService
- 
- AntService.Component - Enum in com.dsi.ant
- 
Used internally by the API. 
- AntSupportChecker - Class in com.dsi.ant
- 
Determines whether applications can use ANT functionality with the current platform setup. 
- AntVersionMessage - Class in com.dsi.ant.message.fromant
- 
Extracts information from a firmware version message string. 
- AntVersionMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.AntVersionMessage
- 
Parse message specific information from the given ANT message parcel. 
- ANY_DEVICE_NUMBER - Static variable in class com.dsi.ant.message.ChannelId
- 
The wildcard used to connect to any device number 
- ANY_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The wildcard used to connect to any device type. 
- ANY_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The wildcard used to connect to any transmission type. 
- assign(ChannelType) - Method in class com.dsi.ant.channel.AntChannel
- 
Specifies the type of this channel and prepares the channel for use. 
- assign(ChannelType, ExtendedAssignment) - Method in class com.dsi.ant.channel.AntChannel
- 
Specifies the type of this channel and prepares the channel for use. 
- ASSIGN_CHANNEL - Static variable in class com.dsi.ant.message.MessageId
-  
- AssignChannelMessage - Class in com.dsi.ant.message.fromhost
- 
Message that assigns a channel with the contained parameters. 
- AssignChannelMessage(ChannelType) - Constructor for class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
Constructs the message from a specified channel type. 
- AssignChannelMessage(ChannelType, ExtendedAssignment) - Constructor for class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
Constructs the message from the specified channel type and extended
 assignment. 
- ATOD_EXTERNAL_ENABLE - Static variable in class com.dsi.ant.message.MessageId
-  
- ATOD_PIN_SETUP - Static variable in class com.dsi.ant.message.MessageId
-  
- ATOD_SETTINGS - Static variable in class com.dsi.ant.message.MessageId
-  
- AUTO_FREQ_CONFIG - Static variable in class com.dsi.ant.message.MessageId
-  
- BACKGROUND_SCANNING - Static variable in class com.dsi.ant.message.ExtendedAssignment.Flag
-  
- BackgroundScanState - Class in com.dsi.ant.channel
- 
The status of background scan on this ANT adapter. 
- bindService(Context, ServiceConnection) - Static method in class com.dsi.ant.AntService
- 
Connect to the ANT Radio Service, creating it if needed. 
- BIST - Static variable in class com.dsi.ant.message.MessageId
-  
- BITMASK_CHANNEL_ID_OUTPUT - Static variable in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
The mask to be used to get the enable channel ID flag 
- BITMASK_CHANNEL_NUMBER - Static variable in class com.dsi.ant.message.AntMessage
- 
The mask to be used to get the channel number from the byte containing
 the channel number 
- BITMASK_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The mask to be used to get the device type. 
- BITMASK_DEVICE_TYPE - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The mask used to retrieve the device type 
- BITMASK_PAIR - Static variable in class com.dsi.ant.message.ChannelId
- 
The mask to be used to get the pairing bit. 
- BITMASK_PAIR - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The mask used to retrieve the pairing bit 
- BITMASK_RSSI_OUTPUT - Static variable in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
The mask to be used to get the enable RSSI data flag 
- BITMASK_RX_TIMESTAMP - Static variable in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
The mask to be used to get the enable timestamp flag 
- BITMASK_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The mask used to retrieve the sequence number 
- BITMASK_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The mask to be used to retrieve the sequence number 
- BITMASK_SHARED_ADDRESS_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The mask to be used to get the shared address. 
- BITMASK_STATUS_CHANNEL_STATE - Static variable in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
The mask used to retrieve the channel state 
- BITMASK_STATUS_CHANNEL_TYPE - Static variable in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
The mask used to retrieve the channel type 
- BITSHIFT_STATUS_CHANNEL_STATE - Static variable in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
The shift applied to the retrieved channel state value 
- BITSHIFT_STATUS_CHANNEL_TYPE - Static variable in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
The shift applied to the retrieved channel type value 
- booleanFromByte(byte[], int) - Static method in class com.dsi.ant.message.MessageUtils
- 
Converts a byte into a boolean. 
- booleanFromNumber(int) - Static method in class com.dsi.ant.message.MessageUtils
- 
Parses an integer from a boolean. 
- BROADCAST_DATA - Static variable in class com.dsi.ant.message.MessageId
-  
- BroadcastDataMessage - Class in com.dsi.ant.message.fromant
- 
Received when the master connected to sends broadcast data to the slave. 
- BroadcastDataMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.BroadcastDataMessage
- 
Parse message specific information from the given ANT message parcel. 
- BroadcastDataMessageFromHost - Class in com.dsi.ant.message.fromhost
- 
The default mode used to transmit data between devices and will be sent every
 channel period. 
- BroadcastDataMessageFromHost(byte[]) - Constructor for class com.dsi.ant.message.fromhost.BroadcastDataMessageFromHost
- 
Constructs the message from the message bytes. 
- BURST_DATA - Static variable in class com.dsi.ant.message.MessageId
-  
- BurstState - Class in com.dsi.ant.channel
- 
The status of burst transfers (transmit or receive) on this ANT adapter. 
- burstTransfer(byte[]) - Method in class com.dsi.ant.channel.AntChannel
- 
Transmits the given data on this channel as a series of burst messages. 
- BurstTransferDataMessage - Class in com.dsi.ant.message.fromant
- 
Message received when receiving burst data from a connected device and every
 burst packet is acknowledged. 
- BurstTransferDataMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
Parse message specific information from the given ANT message parcel. 
- BurstTransferDataMessageFromHost - Class in com.dsi.ant.message.fromhost
- 
A burst transfer data packet sent when performing a burst transfer. 
- BurstTransferDataMessageFromHost(int, byte[]) - Constructor for class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
Constructs the message from the message bytes. 
- Capabilities - Class in com.dsi.ant.channel
- 
Provides possible capabilities of an ANT channel. 
- Capabilities() - Constructor for class com.dsi.ant.channel.Capabilities
- 
Constructs a Capabilities object with all capabilities default to false. 
- CAPABILITIES - Static variable in class com.dsi.ant.message.MessageId
-  
- CAPABILITIES_ADVANCED_BURST_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CAPABILITIES_EVENT_BUFFERING_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CAPABILITIES_EVENT_FILTERING_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CAPABILITIES_EXT_ASSIGN_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_EXT_MESSAGE_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_FS_ANTFS_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_HIGH_DUTY_SEARCH_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CAPABILITIES_LED_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_LOW_PRIORITY_SEARCH_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CAPABILITIES_NETWORK_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CAPABILITIES_NO_ACKD_MESSAGES - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_NO_BURST_MESSAGES - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_NO_RECEIVE_CHANNELS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_NO_RECEIVE_MESSAGES - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_NO_TRANSMIT_CHANNELS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_NO_TRANSMIT_MESSAGES - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CAPABILITIES_PER_CHANNEL_TX_POWER_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CAPABILITIES_PROX_SEARCH_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_SCAN_MODE_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CAPABILITIES_SCRIPT_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CAPABILITIES_SEARCH_LIST_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CAPABILITIES_SELECTIVE_DATA_UPDATES_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CAPABILITIES_SERIAL_NUMBER_ENABLED - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CapabilitiesMessage - Class in com.dsi.ant.message.fromant
- 
Provides possible ANT capabilities, and whether they are supported or not. 
- CapabilitiesMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage
- 
Parse message specific information from the given ANT message parcel. 
- CapabilitiesMessage.AdvancedOptions - Class in com.dsi.ant.message.fromant
- 
Capabilities under advanced options 
- CapabilitiesMessage.AdvancedOptions() - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions
-  
- CapabilitiesMessage.AdvancedOptions2 - Class in com.dsi.ant.message.fromant
- 
Capabilities under advanced options 2 
- CapabilitiesMessage.AdvancedOptions2() - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions2
-  
- CapabilitiesMessage.AdvancedOptions3 - Class in com.dsi.ant.message.fromant
- 
Capabilities under advanced options 3 
- CapabilitiesMessage.AdvancedOptions3() - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage.AdvancedOptions3
-  
- CapabilitiesMessage.MessageOffsets - Class in com.dsi.ant.message.fromant
- 
Offsets used to parse the capabilities message message content 
- CapabilitiesMessage.MessageOffsets() - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- CapabilitiesMessage.Option - Enum in com.dsi.ant.message.fromant
- 
Summary of the ANT device's capability options. 
- CapabilitiesMessage.StandardOptions - Class in com.dsi.ant.message.fromant
- 
Capabilities under standard options 
- CapabilitiesMessage.StandardOptions() - Constructor for class com.dsi.ant.message.fromant.CapabilitiesMessage.StandardOptions
-  
- CHANNEL_EVENT_INITIATING_ID - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_EVENT_OR_RESPONSE - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_ID - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_ID_PRESENT - Static variable in class com.dsi.ant.message.ExtendedData.Flag
- 
Mask used to get channel ID flag bit 
- CHANNEL_MESG_PERIOD - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_PERIOD_UNITS_FRACTION_OF_A_SECOND - Static variable in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
- CHANNEL_RADIO_FREQ - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_RADIO_TX_POWER - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_SEARCH_PRIORITY - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.MessageId
-  
- CHANNEL_STATUS - Static variable in class com.dsi.ant.message.MessageId
-  
- ChannelEventMessage - Class in com.dsi.ant.message.fromant
- 
- ChannelEventMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.ChannelEventMessage
- 
Parse message specific information from the given ANT message parcel. 
- ChannelId - Class in com.dsi.ant.message
- 
The Channel ID portion of a Channel ID response or Extended Data message. 
- ChannelId(byte[], int) - Constructor for class com.dsi.ant.message.ChannelId
- 
Constructs the channel ID from the message byte array. 
- ChannelId(int, int, int) - Constructor for class com.dsi.ant.message.ChannelId
- 
Constructs the channel ID from the given parameters. 
- ChannelId(int, int, int, boolean) - Constructor for class com.dsi.ant.message.ChannelId
- 
Constructs the channel ID from the given parameters, including the
 pairing bit. 
- ChannelIdMessage - Class in com.dsi.ant.message.fromant
- 
This message returns the specific channel ID for the channel. 
- ChannelIdMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.ChannelIdMessage
- 
Parse message specific information from the given ANT message parcel. 
- ChannelIdMessageFromHost - Class in com.dsi.ant.message.fromhost
- 
Configures the channel's channel ID. 
- ChannelIdMessageFromHost(ChannelId) - Constructor for class com.dsi.ant.message.fromhost.ChannelIdMessageFromHost
- 
Constructs the message from the given channel ID. 
- ChannelNotAvailableException - Exception in com.dsi.ant.channel
- 
This exception is thrown when a channel could not be allocated. 
- ChannelNotAvailableException(ChannelNotAvailableReason) - Constructor for exception com.dsi.ant.channel.ChannelNotAvailableException
- 
Constructs the exception with the given reason 
- ChannelNotAvailableException(ChannelNotAvailableReason, String) - Constructor for exception com.dsi.ant.channel.ChannelNotAvailableException
- 
Constructs the exception with the given reason and message. 
- ChannelNotAvailableReason - Enum in com.dsi.ant.channel
- 
- ChannelPeriodMessage - Class in com.dsi.ant.message.fromhost
- 
Configures the channel period the channel will operate on. 
- ChannelPeriodMessage(int) - Constructor for class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
Constructs the message from the given channel period. 
- ChannelResponseMessage - Class in com.dsi.ant.message.fromant
- 
Message generated in response to a message. 
- ChannelResponseMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
Parse message specific information from the given ANT message parcel. 
- ChannelRfFrequencyMessage - Class in com.dsi.ant.message.fromhost
- 
Configures the frequency this channel will operate on. 
- ChannelRfFrequencyMessage(int) - Constructor for class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
Constructs the message from the given frequency value. 
- ChannelSearchPriorityMessage - Class in com.dsi.ant.message.fromhost
-  
- ChannelSearchPriorityMessage(int) - Constructor for class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
- 
Constructs the message from the given channel search priority [4 - 11]. 
- ChannelState - Enum in com.dsi.ant.message
- 
The possible states an ANT channel can be in. 
- ChannelStatusMessage - Class in com.dsi.ant.message.fromant
- 
Message that returns the status of the channel. 
- ChannelStatusMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
Parse message specific information from the given ANT message parcel. 
- ChannelType - Enum in com.dsi.ant.message
- 
The possible types an ANT channel can be assigned as. 
- clearAdapterEventHandler() - Method in class com.dsi.ant.channel.AntChannel
- 
- clearAdapterEventHandler() - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
- clearChannelEventHandler() - Method in class com.dsi.ant.channel.AntChannel
- 
- clearScanChannelEventHandler() - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
- close() - Method in class com.dsi.ant.channel.AntChannel
- 
Closes this channel. 
- close() - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Closes the controller. 
- CLOSE_CHANNEL - Static variable in class com.dsi.ant.message.MessageId
-  
- CloseChannelMessage - Class in com.dsi.ant.message.fromhost
- 
Message sent to ANT to close the channel. 
- CloseChannelMessage() - Constructor for class com.dsi.ant.message.fromhost.CloseChannelMessage
- 
Constructs the message. 
- COEX_ADV_PRIORITY_CONFIG - Static variable in class com.dsi.ant.message.MessageId
-  
- COEX_PRIORITY_CONFIG - Static variable in class com.dsi.ant.message.MessageId
-  
- com.dsi.ant - package com.dsi.ant
-  
- com.dsi.ant.channel - package com.dsi.ant.channel
-  
- com.dsi.ant.message - package com.dsi.ant.message
-  
- com.dsi.ant.message.fromant - package com.dsi.ant.message.fromant
-  
- com.dsi.ant.message.fromhost - package com.dsi.ant.message.fromhost
-  
- compareTo(AntVersionMessage) - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
- CONFIG_ADV_BURST - Static variable in class com.dsi.ant.message.MessageId
-  
- ConfigIdListMessage - Class in com.dsi.ant.message.fromhost
- 
Configures the inclusion/exclusion list of channel IDs checked against while
 searching. 
- ConfigIdListMessage(int, boolean) - Constructor for class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
Constructs the message from the given list size and exlude flag. 
- ConfigureEventBufferMessage - Class in com.dsi.ant.message.fromhost
- 
Configures the event buffer for the ANT chip. 
- ConfigureEventBufferMessage(ConfigureEventBufferMessage.BufferEvents, int, int) - Constructor for class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
-  
- ConfigureEventBufferMessage.BufferEvents - Enum in com.dsi.ant.message.fromhost
- 
The groups of messages to buffer. 
- configureFrequencyAgility(int, int, int) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the frequency agility feature for this channel. 
- configureInclusionExclusionList(int, boolean) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the inclusion/exclusion list for this channel which allows specifying specific
 channel IDs to ignore or include in a search. 
- convertToMilliseconds() - Method in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
Get the time value of this search timeout. 
- convertToMilliseconds() - Method in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
Get the time value of this search timeout. 
- convertToRssiMeasurementType(int) - Static method in enum com.dsi.ant.message.Rssi.RssiMeasurementType
- 
Creates the measurement type from the raw value. 
- create(int) - Static method in enum com.dsi.ant.AntService.Component
- 
Used internally by the API to create a Component from a raw value
 received from ANT Radio Service. 
- create(int) - Static method in enum com.dsi.ant.channel.AntCommandFailureReason
- 
Used internally by the API to create a failure reason received from ANT
 Radio Service. 
- create(int) - Static method in enum com.dsi.ant.channel.ChannelNotAvailableReason
- 
Creates a ChannelNotAvailableReason for the given raw value. 
- create(int) - Static method in enum com.dsi.ant.message.ChannelState
- 
Creates the channel state from a raw value. 
- create(int) - Static method in enum com.dsi.ant.message.ChannelType
- 
Creates the ChannelType from the raw value. 
- create(int) - Static method in enum com.dsi.ant.message.EventCode
- 
Creates the EventCode from the raw value. 
- create(AntMessageParcel) - Static method in enum com.dsi.ant.message.fromant.MessageFromAntType
- 
Determines the type of this message received from the ANT Radio Service. 
- create(int, byte[]) - Static method in enum com.dsi.ant.message.fromant.MessageFromAntType
- 
Determines the type of this message based on its message id and contents. 
- create(int) - Static method in enum com.dsi.ant.message.fromhost.ConfigureEventBufferMessage.BufferEvents
- 
Creates the BufferEvents object from the raw value. 
- create(int) - Static method in enum com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage.Operation
- 
Creates the Operation from the raw value. 
- create(AntMessageParcel, ChannelType) - Static method in enum com.dsi.ant.message.fromhost.MessageFromHostType
- 
Construct a message type from the basic message data. 
- create(int) - Static method in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
Will round millisecond value up to nearest timeout value in 2.5 second increments. 
- create(int) - Static method in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
Will round millisecond value up to nearest timeout value in 2.5 second increments. 
- create(int) - Static method in enum com.dsi.ant.message.ResponseCode
- 
Creates the ResponseCode from the raw value. 
- createAntMessage(byte[]) - Static method in class com.dsi.ant.message.fromant.AntMessageFromAnt
- 
- createAntMessage(AntMessageParcel) - Static method in class com.dsi.ant.message.fromant.AntMessageFromAnt
- 
- createAntMessage(AntMessageParcel, ChannelType) - Static method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
Takes a message received over IPC and converts it to an AntMessageFromHost object 
- CREATOR - Static variable in class com.dsi.ant.channel.AdapterInfo
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.channel.AntChannel
- 
Creates an AntChannel from a Parcel 
- CREATOR - Static variable in class com.dsi.ant.channel.AntContinuousScanController
- 
Creates an AntContinuousScanController from a Parcel 
- CREATOR - Static variable in class com.dsi.ant.channel.BackgroundScanState
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.channel.BurstState
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.channel.Capabilities
- 
For Parcelable 
- CREATOR - Static variable in exception com.dsi.ant.channel.ChannelNotAvailableException
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.channel.EventBufferSettings
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.channel.NetworkKey
- 
For Parcelable 
- CREATOR - Static variable in class com.dsi.ant.message.LibConfig
- 
For Parcelable 
- CrystalEnableMessage - Class in com.dsi.ant.message.fromhost
- 
Enables using an external 32kHz cystal input as a low power clock to save
 power while ANT is active. 
- CrystalEnableMessage() - Constructor for class com.dsi.ant.message.fromhost.CrystalEnableMessage
- 
Constructs the message. 
- CUBE_CMD - Static variable in class com.dsi.ant.message.MessageId
-  
- CwInitMessage - Class in com.dsi.ant.message.fromhost
- 
Initializes ANT into CW test mode and should be sent after a reset. 
- CwInitMessage() - Constructor for class com.dsi.ant.message.fromhost.CwInitMessage
- 
Constructs the message. 
- GET_GRMN_ESN - Static variable in class com.dsi.ant.message.MessageId
-  
- GET_PIN_DIODE_CONTROL - Static variable in class com.dsi.ant.message.MessageId
-  
- GET_SERIAL_NUM - Static variable in class com.dsi.ant.message.MessageId
-  
- GET_TEMP_CAL - Static variable in class com.dsi.ant.message.MessageId
-  
- getAdapterId() - Method in class com.dsi.ant.channel.AdapterInfo
- 
retrieves a unique ID associated with this adapter. 
- getAdapterProvider() - Method in class com.dsi.ant.AntService
- 
Provides a connection to the Adapter Provider component in the ANT Radio
 Service. 
- getAdaptersInfo(Context) - Method in class com.dsi.ant.channel.AntAdapterProvider
- 
Retrieves a collection of adapter related information stored as
  AdapterInfo. 
- getAntMessage() - Method in exception com.dsi.ant.channel.AntCommandFailedException
- 
The ANT message related to this exception. 
- getAntRadioService(Context) - Static method in class com.dsi.ant.StoreDownloader
- 
Open the Google Play Store as a new task, displaying the ANT Radio Service page. 
- getAntUsbService(Context) - Static method in class com.dsi.ant.StoreDownloader
- 
Open the Google Play Store as a new task, displaying the ANT USB Service page if available
 on this device. 
- getAttemptedMessageType() - Method in exception com.dsi.ant.channel.AntCommandFailedException
- 
Which message failed. 
- getBackgroundScanState() - Method in class com.dsi.ant.channel.AntChannel
- 
- getBufferEvents() - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
Gets the types of events that will be buffered. 
- getBuildNumber() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns the build number for the version. 
- getBurstState() - Method in class com.dsi.ant.channel.AntChannel
- 
Gets the  BurstState of the ANT adapter this channel is running on. 
- getCapabilities() - Method in class com.dsi.ant.channel.AdapterInfo
- 
Retrieves the capabilities of this adapter 
- getCapabilities() - Method in class com.dsi.ant.channel.AntChannel
- 
- getCapabilities() - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
- getCapability(CapabilitiesMessage.Option) - Method in class com.dsi.ant.message.fromant.CapabilitiesMessage
- 
Accessor method for the various capabilities settings. 
- getChannelId() - Method in class com.dsi.ant.message.ExtendedData
- 
Gets the channel ID in the extended data. 
- getChannelId() - Method in class com.dsi.ant.message.fromant.ChannelIdMessage
- 
Gets the channel ID of return with this message. 
- getChannelId() - Method in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
Gets the channel ID being added to a list. 
- getChannelId() - Method in class com.dsi.ant.message.fromhost.ChannelIdMessageFromHost
- 
Gets the channel ID for the channel. 
- getChannelPeriod(double) - Static method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
Converts a transmitted data rate in Hz to the channel period value used by ANT. 
- getChannelPeriod() - Method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
Gets the channel period this message configures. 
- getChannelProvider() - Method in class com.dsi.ant.AntService
- 
Provides a connection to the Channel Provider component in the ANT Radio Service. 
- getChannelSearchPriority() - Method in class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
- 
Gets the channel search priority this message configures. 
- getChannelState() - Method in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
Gets the channel state of the channel 
- getChannelType() - Method in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
Gets the channel type of the channel. 
- getChannelType() - Method in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
Gets the channel type of the assign channel message. 
- getDeviceNumber() - Method in class com.dsi.ant.message.ChannelId
- 
Returns the device number. 
- getDeviceType() - Method in class com.dsi.ant.message.ChannelId
- 
The value of the device type. 
- getDeviceType() - Method in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The value of the device type. 
- getEnableBackgroundScanning() - Method in class com.dsi.ant.message.ExtendedAssignment
- 
Returns the background scanning flag. 
- getEnableChannelIdOutput() - Method in class com.dsi.ant.message.LibConfig
- 
- getEnableFrequencyAgility() - Method in class com.dsi.ant.message.ExtendedAssignment
- 
Returns the frequency agility flag. 
- getEnableRssiOutput() - Method in class com.dsi.ant.message.LibConfig
- 
- getEnableRxTimestampOutput() - Method in class com.dsi.ant.message.LibConfig
- 
- getEventBufferSettings() - Method in class com.dsi.ant.channel.AntChannel
- 
- getEventBufferTime() - Method in class com.dsi.ant.channel.EventBufferSettings
- 
The current maximum time an event will remain in the buffer before being
 flushed. 
- getEventCode() - Method in class com.dsi.ant.message.fromant.ChannelEventMessage
- 
Gets the event code associated with the channel event message 
- getExclude() - Method in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
Checks if the list is an exclusion or inclusion list. 
- getExtendedAssignment() - Method in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
Gets the extended assignment of the assign channel message, which
 specifies which additional features to be enabled. 
- getExtendedData() - Method in class com.dsi.ant.message.fromant.DataMessage
- 
Gets the extended data contained in the data message if it has extended
 data. 
- getFailureReason() - Method in exception com.dsi.ant.channel.AntCommandFailedException
- 
Why was this exception thrown. 
- getFlagsByte() - Method in class com.dsi.ant.message.ExtendedAssignment
- 
Returns the byte representing the extended assignment configuration. 
- getFlagsByte() - Method in class com.dsi.ant.message.LibConfig
- 
Gets the byte representing the LibConfig settings. 
- getFrequencyOne() - Method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
Gets the first frequency value. 
- getFrequencyThree() - Method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
Gets the third frequency value. 
- getFrequencyTwo() - Method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
Gets the second frequency value. 
- getHexString(int) - Static method in class com.dsi.ant.message.MessageUtils
- 
Converts a number to a text string of hexadecimal numbers. 
- getHexString(byte[]) - Static method in class com.dsi.ant.message.MessageUtils
- 
Converts a byte array to a text string of hexadecimal numbers. 
- getInitiatingMessageId() - Method in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
Gets the message ID of the message that was sent to ANT. 
- getLibConfig() - Method in class com.dsi.ant.channel.AntChannel
- 
Gets the  LibConfig of the ANT adapter this channel is running on. 
- getLibConfig() - Method in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
Gets the LibConfig object that is represented by this message. 
- getListIndex() - Method in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
Gets the index the channel ID is being placed in. 
- getListSize() - Method in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
Gets the size of the list. 
- getMajorVersion() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns the major version contained within the version message. 
- getMaxBufferSizeBeforeFlush() - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
Gets the number of bytes the buffer will hold until flushing all events
 buffered. 
- getMaxBufferTimeBeforeFlush() - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
Gets the duration the buffer will buffer events before flushing all the
 buffered events. 
- getMaxBurstSize() - Method in class com.dsi.ant.channel.BurstState
- 
The maximum allowed burst transfer size. 
- getMaxOutputPowerLevelSetting() - Method in class com.dsi.ant.channel.Capabilities
- 
Gets the highest output power level setting available (for transmit power). 
- getMeasurementType() - Method in class com.dsi.ant.message.Rssi
- 
Gets the measurement type received in the extended message. 
- getMessageContent() - Method in class com.dsi.ant.message.AntMessage
- 
The content of the message. 
- getMessageContent() - Method in class com.dsi.ant.message.ChannelId
- 
Returns the message byte array representing the channel ID. 
- getMessageContent() - Method in class com.dsi.ant.message.fromant.AntMessageFromAnt
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.AcknowledgedDataMessageFromHost
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
-  
- getMessageContent() - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
The content of the message with no channel number or network number set. 
- getMessageContent(int) - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
The content of the message with specified channel number set if required. 
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
The content of the message with specified channel number and network number set if required. 
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.AssignChannelMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.BroadcastDataMessageFromHost
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ChannelIdMessageFromHost
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.CloseChannelMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ConfigIdListMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.CrystalEnableMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.CwInitMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.LibConfigMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.LowPrioritySearchTimeoutMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.OpenChannelMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.OpenRxScanModeMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ProximitySearchMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.RequestMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.ResetSystemMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.SearchTimeoutMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.SleepMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.TransmitPowerMessage
-  
- getMessageContent(int, int) - Method in class com.dsi.ant.message.fromhost.UnassignChannelMessage
-  
- getMessageContentString() - Method in class com.dsi.ant.message.AntMessage
- 
Get message content as a hex string 
- getMessageId() - Method in class com.dsi.ant.message.AntMessage
- 
Get the ANT message ID. 
- getMessageId() - Method in class com.dsi.ant.message.fromant.AntMessageFromAnt
-  
- getMessageId() - Method in enum com.dsi.ant.message.fromant.MessageFromAntType
- 
Gets the message ID of the message. 
- getMessageId() - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
-  
- getMessageId() - Method in enum com.dsi.ant.message.fromhost.MessageFromHostType
- 
Gets the message ID of the message type. 
- getMessageIdString() - Method in class com.dsi.ant.message.AntMessage
- 
Get message ID as a hex string 
- getMessagesPerSecond(int) - Static method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
Converts the channel period value used by ANT to the transmitted data rate in Hz. 
- getMessagesPerSecond() - Method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
Gets the transmitted data rate this message configures. 
- getMessageType() - Method in class com.dsi.ant.message.fromant.AcknowledgedDataMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.AntMessageFromAnt
- 
The type of this message based on its message id and contents. 
- getMessageType() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.BroadcastDataMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.BurstTransferDataMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.CapabilitiesMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.ChannelEventMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.ChannelIdMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.ChannelResponseMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.ChannelStatusMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromant.SerialNumberMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.AcknowledgedDataMessageFromHost
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
The unique type of this message based on its message id, contents, and intended channel 
 type. 
- getMessageType() - Method in class com.dsi.ant.message.fromhost.AssignChannelMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.BroadcastDataMessageFromHost
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ChannelIdMessageFromHost
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.CloseChannelMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ConfigIdListMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.CrystalEnableMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.CwInitMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.LibConfigMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.LowPrioritySearchTimeoutMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.OpenChannelMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.OpenRxScanModeMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ProximitySearchMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.RequestMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.ResetSystemMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SearchTimeoutMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SetLongNetworkKeyMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SetShortNetworkKeyMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.SleepMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.TransmitPowerMessage
-  
- getMessageType() - Method in class com.dsi.ant.message.fromhost.UnassignChannelMessage
-  
- getModule() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns the module the version pertains to. 
- getNumberofBytesForSharedAddress() - Method in class com.dsi.ant.message.ChannelId
- 
Get the number of bytes that will be used for the shared address field
 based on the transmission type. 
- getNumberOfChannels() - Method in class com.dsi.ant.message.fromant.CapabilitiesMessage
- 
Returns the number of channels supported by the ANT hardware. 
- getNumberOfNetworks() - Method in class com.dsi.ant.message.fromant.CapabilitiesMessage
- 
Returns how many networks are supported by this channel. 
- getNumChannelsAvailable(Capabilities) - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Queries the number of channels with the specified capabilities available to be acquired. 
- getNumChannelsAvailable() - Method in class com.dsi.ant.channel.AntChannelProvider
- 
Queries the number of channels available to be acquired. 
- getNvmKeyIndex() - Method in class com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage
- 
Gets the index that this key is being stored or loaded to/from. 
- getPair() - Method in class com.dsi.ant.message.ChannelId
- 
Returns the value of the pairing bit. 
- getPair() - Method in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
Returns the value of the pairing bit. 
- getPayload() - Method in class com.dsi.ant.message.fromant.DataMessage
- 
Extracts the data payload of the data message received. 
- getPayload() - Method in class com.dsi.ant.message.fromhost.AcknowledgedDataMessageFromHost
-  
- getPayload() - Method in class com.dsi.ant.message.fromhost.BroadcastDataMessageFromHost
-  
- getPayload() - Method in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
-  
- getPayload() - Method in class com.dsi.ant.message.fromhost.DataMessageFromHost
- 
Gets the payload of the data message. 
- getProductFamily() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns the product family this version belongs to. 
- getRawChannelType() - Method in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
- getRawMeasurementType() - Method in class com.dsi.ant.message.Rssi
- 
Gets the raw value for the measurement type. 
- getRawMessage(int, int) - Method in class com.dsi.ant.message.fromhost.AntMessageFromHost
- 
Creates a message which can be written to the chip. 
- getRawNetworkKey() - Method in class com.dsi.ant.channel.NetworkKey
- 
Gets the raw byte array of the network key. 
- getRawNetworkKey() - Method in class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
- 
Get the network key contained in this message. 
- getRawResponseCode() - Method in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
- getRawSearchTimeout() - Method in class com.dsi.ant.message.fromhost.LowPrioritySearchTimeoutMessage
- 
Gets the raw value of low priority search timeout enumeration value. 
- getRawSearchTimeout() - Method in class com.dsi.ant.message.fromhost.SearchTimeoutMessage
- 
Returns the raw search timeout value. 
- getRawValue() - Method in enum com.dsi.ant.AntService.Component
- 
Returns the raw value of this Component. 
- getRawValue() - Method in enum com.dsi.ant.channel.AntCommandFailureReason
- 
Returns the raw value of this enumeration value. 
- getRawValue() - Method in enum com.dsi.ant.channel.ChannelNotAvailableReason
- 
Returns the raw value of the channel not available reason. 
- getRawValue() - Method in enum com.dsi.ant.message.ChannelState
- 
Returns the raw value for this channel state. 
- getRawValue() - Method in enum com.dsi.ant.message.ChannelType
- 
Returns the raw value of this ChannelType. 
- getRawValue() - Method in enum com.dsi.ant.message.EventCode
- 
Returns the raw value of this EventCode. 
- getRawValue() - Method in enum com.dsi.ant.message.fromhost.ConfigureEventBufferMessage.BufferEvents
- 
Gets the raw value of this BufferEvents. 
- getRawValue() - Method in enum com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage.Operation
- 
Gets the raw value of the Operation. 
- getRawValue() - Method in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
Returns the raw value of this HighPrioritySearchTimeout. 
- getRawValue() - Method in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
Gets the raw value of this LowPrioritySearchTimeout. 
- getRawValue() - Method in enum com.dsi.ant.message.ResponseCode
- 
Gets the raw value of this ResponseCode. 
- getRealMaxBufferTimeBeforeFlush() - Method in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
Gets the duration events will be buffered for before flushing all events. 
- getRealRfFrequency(int) - Static method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
Converts an ANT Channel RF Frequency value to the real world frequency. 
- getRealRfFrequency() - Method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
-  
- getRealRfFrequency(int) - Static method in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
Converts an ANT Channel RF Frequency value to the real world frequency. 
- getRequestedMessageType() - Method in class com.dsi.ant.message.fromhost.RequestMessage
- 
Gets the message type being requested in this message. 
- getResponseCode() - Method in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
Gets the response code associated with the response message. 
- getResponseMessage() - Method in exception com.dsi.ant.channel.AntCommandFailedException
- 
- getRevision() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns the specific revision of this version. 
- getRfFrequency() - Method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
Gets the frequency (offset) value contained in the message. 
- getRfFrequencyMax() - Method in class com.dsi.ant.channel.Capabilities
- 
Gets the maximum value allowed for RF frequency. 
- getRfFrequencyMin() - Method in class com.dsi.ant.channel.Capabilities
- 
Gets the minimum value allowed for RF frequency. 
- getRfFrequencyOffset(int) - Static method in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
-  
- getRssi() - Method in class com.dsi.ant.message.ExtendedData
- 
Gets the RSSI data in the extended data. 
- getRssiValue() - Method in class com.dsi.ant.message.Rssi
- 
Gets the Received Signal Strength Indicator value. 
- getRxTimestamp() - Method in class com.dsi.ant.message.Timestamp
- 
Gets the timestamp for when this message was received. 
- getSearchThreshold() - Method in class com.dsi.ant.message.fromhost.ProximitySearchMessage
- 
Gets the search threshold for the message. 
- getSequenceNumber() - Method in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
Gets the sequence number of this received message in the burst transfer 
- getSerialNumber() - Method in class com.dsi.ant.message.fromant.SerialNumberMessage
- 
Gets the serial number for the ANT hardware. 
- getThresholdConfigDB() - Method in class com.dsi.ant.message.Rssi
- 
Gets the threshold configuration value, the power level of the threshold
 bin configured through proximity search. 
- getTimestamp() - Method in class com.dsi.ant.message.ExtendedData
- 
Gets the timestamp in the extended data 
- getTransmissionType() - Method in class com.dsi.ant.message.ChannelId
- 
The value of the transmission type. 
- getTransmissionType() - Method in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The value of the transmission type. 
- getType() - Method in enum com.dsi.ant.message.Rssi.RssiMeasurementType
- 
Gets the raw value of this measurement type. 
- getVersionCode(Context) - Static method in class com.dsi.ant.AntService
- 
Gets the version code for ANT Radio Service. 
- getVersionName(Context) - Static method in class com.dsi.ant.AntService
- 
Gets the version name for ANT Radio Service. 
- getVersionString() - Method in class com.dsi.ant.channel.AdapterInfo
- 
Retrieves the version info of this adapter. 
- getVersionString() - Method in class com.dsi.ant.message.fromant.AntVersionMessage
- 
Returns human readable version string 
- maskChannelNumber(int) - Static method in class com.dsi.ant.message.AntMessage
- 
Returns the channel number from the given channel number byte. 
- MAX - Static variable in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
The highest possible timeout value 
- MAX - Static variable in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
The highest possible timeout value 
- MAX_BUFFER_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The maximum value allowed for the buffer size 
- MAX_BUFFER_TIME - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The maximum value allowed for the buffer time 
- MAX_BUFFER_TIME_MILLISECONDS - Static variable in class com.dsi.ant.channel.EventBufferSettings
- 
The maximum time in milliseconds an event buffer can be configured to. 
- MAX_DEVICE_NUMBER - Static variable in class com.dsi.ant.message.ChannelId
- 
The maximum device number accepted by ANT 
- MAX_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The maximum number that can be used for the device type. 
- MAX_KEY_INDEX - Static variable in class com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage
- 
The maximum index that a key can be loaded or stored from/to 
- MAX_LIST_INDEX - Static variable in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
The maximum index allowed for the list 
- MAX_LIST_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The maximum list size accepted by ANT 
- MAX_RF_FREQUENCY - Static variable in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
The maximum frequency value ANT will accept 
- MAX_RSSI_VALUE - Static variable in class com.dsi.ant.message.Rssi
- 
Maximum RSSI value 
- MAX_SEARCH_THRESHOLD - Static variable in class com.dsi.ant.message.fromhost.ProximitySearchMessage
- 
The maximum bin number accepted by ANT 
- MAX_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The maximum number that can be used for the transmission type. 
- MESG_ADVANCED_OPTIONS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_ADVANCED_OPTIONS2 - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_ADVANCED_OPTIONS3 - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_MAX_CHANNELS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_MAX_DATA_CHANNELS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_MAX_NETWORKS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MESG_STANDARD_OPTIONS - Static variable in class com.dsi.ant.message.fromant.CapabilitiesMessage.MessageOffsets
-  
- MessageFromAntType - Enum in com.dsi.ant.message.fromant
- 
The various message types which can be received from ANT. 
- MessageFromHostType - Enum in com.dsi.ant.message.fromhost
- 
The various message types which can be sent to ANT. 
- MessageId - Class in com.dsi.ant.message
- 
Defines the message IDs used in the ANT protocol to identify the contents 
 and format of an  AntMessageFromAnt. 
- MessageUtils - Class in com.dsi.ant.message
- 
Assorted methods to assist the process of creating and parsing the payload in ANT data 
 messages. 
- MIN_BUFFER_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The minimum value allowed for the buffer size 
- MIN_BUFFER_TIME - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The minimum value allowed for the buffer time 
- MIN_BUFFER_TIME_MILLISECONDS - Static variable in class com.dsi.ant.channel.EventBufferSettings
- 
The minimum time in milliseconds an event buffer can be configured to. 
- MIN_DEVICE_NUMBER - Static variable in class com.dsi.ant.message.ChannelId
- 
The minimum device number accepted by ANT 
- MIN_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The minimum number that can be used for the device type. 
- MIN_LIST_INDEX - Static variable in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
The minimum index allowed for the list 
- MIN_LIST_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The minimum list size accepted by ANT 
- MIN_RF_FREQUENCY - Static variable in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
The minimum frequency value ANT will accept 
- MIN_RSSI_VALUE - Static variable in class com.dsi.ant.message.Rssi
- 
Minimum RSSI value 
- MIN_SEARCH_THRESHOLD - Static variable in class com.dsi.ant.message.fromhost.ProximitySearchMessage
- 
The minimum bin number accepted by ANT 
- MIN_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The minimum number that can be used for the transmission type. 
- MIN_TRANSMIT_POWER_LEVEL - Static variable in class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
- 
The minimum transmit power value accepted by ANT 
- MIN_TRANSMIT_POWER_LEVEL - Static variable in class com.dsi.ant.message.fromhost.TransmitPowerMessage
- 
The minimum transmit power value accepted by ANT 
- OFFSET_BUFFER_EVENTS - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The message content offset to the buffer events value 
- OFFSET_BUFFER_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The message content offset to the buffer size value 
- OFFSET_BUFFER_TIME - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The message content offset to the buffer time value 
- OFFSET_CHANNEL_ID - Static variable in class com.dsi.ant.message.fromant.ChannelIdMessage
- 
The message content offset to the channel ID 
- OFFSET_CHANNEL_ID - Static variable in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
The message content offset to the channel ID 
- OFFSET_CHANNEL_ID - Static variable in class com.dsi.ant.message.fromhost.ChannelIdMessageFromHost
- 
The message content offset to the channel ID 
- OFFSET_CHANNEL_NUMBER - Static variable in class com.dsi.ant.message.AntMessage
- 
The message content offest to the channel number 
- OFFSET_CHANNEL_PERIOD - Static variable in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
The message content offset to the channel period 
- OFFSET_CHANNEL_STATUS - Static variable in class com.dsi.ant.message.fromant.ChannelStatusMessage
- 
The message content offset to the channel status value 
- OFFSET_CHANNEL_TYPE - Static variable in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
The message content offset to the channel type 
- OFFSET_DEVICE_NUMBER - Static variable in class com.dsi.ant.message.ChannelId
- 
The message content offset to the device number byte. 
- OFFSET_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The message content offset to the device type byte. 
- OFFSET_DEVICE_TYPE - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The message content offset to the device type 
- OFFSET_EVENT_CODE - Static variable in class com.dsi.ant.message.fromant.ChannelEventMessage
- 
The message content offset to the channel event code ( EventCode). 
- OFFSET_EXCLUDE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The message content offset to the exclude flag value 
- OFFSET_EXTENDED_ASSIGNMENT - Static variable in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
The message content offset to the extended assignment 
- OFFSET_FLAG_BYTE - Static variable in class com.dsi.ant.message.ExtendedData
- 
The index at which the flag byte is within AntMessage contents for flagged extended messages. 
- OFFSET_FREQUENCY_ONE - Static variable in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
The message content offset the first frequency value 
- OFFSET_FREQUENCY_THREE - Static variable in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
The message content offset the third frequency value 
- OFFSET_FREQUENCY_TWO - Static variable in class com.dsi.ant.message.fromhost.FrequencyAgilityMessage
- 
The message content offset the second frequency value 
- OFFSET_INITIATING_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
The message content offset to the previously sent message ID that the response is for. 
- OFFSET_LIBCONFIG_FLAGS - Static variable in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
The message content offset to the byte containing the values for the
 flags 
- OFFSET_LIST_INDEX - Static variable in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
The message content offset to the type of list being added to 
- OFFSET_LIST_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The message content offset to the list size value 
- OFFSET_MEASUREMENT_TYPE - Static variable in class com.dsi.ant.message.Rssi
- 
The message content offset the the measurement type 
- OFFSET_NETWORK_KEY - Static variable in class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
- 
The message content offset to the network key 
- OFFSET_NETWORK_NUMBER - Static variable in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
The message content offset to the network number 
- OFFSET_NETWORK_NUMBER - Static variable in class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
- 
The message content offset to the network number. 
- OFFSET_NVM_ADDRESS - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The message content offset to the start read address of NVM 
- OFFSET_NVM_KEY_INDEX - Static variable in class com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage
- 
The message content offset to the index the key is stored/loaded 
- OFFSET_NVM_SIZE - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The message content offset to the block size to be read from NVM 
- OFFSET_OPERATION - Static variable in class com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage
- 
The message content offset to the desired operation value 
- OFFSET_PAIRING_BIT - Static variable in class com.dsi.ant.message.ChannelId
- 
The message content offset to the byte containing the pairing bit. 
- OFFSET_PAIRING_BIT - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The message content offset to the byte containing the pairing bit 
- OFFSET_PAYLOAD_START - Static variable in class com.dsi.ant.message.fromant.DataMessage
- 
The message content offset to the first byte of the payload. 
- OFFSET_PAYLOAD_START - Static variable in class com.dsi.ant.message.fromhost.DataMessageFromHost
- 
The message content offset to the first byte of the payload. 
- OFFSET_REQUESTED_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The message content offset to the requested message ID 
- OFFSET_RESPONSE_CODE - Static variable in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
The message content offset to the response code ( ResponseCode). 
- OFFSET_RF_FREQUENCY - Static variable in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
The message content offset to the frequency value 
- OFFSET_RSSI_VALUE - Static variable in class com.dsi.ant.message.Rssi
- 
The message content offset the the RSSI value 
- OFFSET_RX_TIMESTAMP - Static variable in class com.dsi.ant.message.Timestamp
- 
The message content offset to the timestamp value 
- OFFSET_SEARCH_PRIORITY - Static variable in class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
- 
The message content offset to the channel period 
- OFFSET_SEARCH_THRESHOLD - Static variable in class com.dsi.ant.message.fromhost.ProximitySearchMessage
- 
The message content offset to the search threshold value 
- OFFSET_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.fromhost.LowPrioritySearchTimeoutMessage
- 
The message content offset to the search timeout value 
- OFFSET_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.fromhost.SearchTimeoutMessage
- 
The message content offset to the search timeout 
- OFFSET_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The message content offset to the sequence number 
- OFFSET_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The message content offset to the sequence number of this burst packet 
- OFFSET_SERIAL_NUMBER - Static variable in class com.dsi.ant.message.fromant.SerialNumberMessage
- 
The message content offset to the serial number 
- OFFSET_SUB_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The message content offset to the sub message ID 
- OFFSET_THRESHOLD_CONFIG - Static variable in class com.dsi.ant.message.Rssi
- 
The message content offset the the RSSI value 
- OFFSET_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
The message content offset to the device transmission type byte. 
- OFFSET_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The message content offset to the transmission type 
- OFFSET_TX_POWER - Static variable in class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
- 
The message content offset to the transmit power value 
- OFFSET_TX_POWER - Static variable in class com.dsi.ant.message.fromhost.TransmitPowerMessage
- 
The message content offset to the transmit power value 
- onBackgroundScanStateChange(BackgroundScanState) - Method in interface com.dsi.ant.channel.IAntAdapterEventHandler
- 
Triggered when the ANT adapter background scan state has changed. 
- onBurstStateChange(BurstState) - Method in interface com.dsi.ant.channel.IAntAdapterEventHandler
- 
Triggered when the ANT adapter burst state has changed. 
- onChannelDeath() - Method in class com.dsi.ant.channel.AntContinuousScanController.ChannelEventDispatcher
-  
- onChannelDeath() - Method in interface com.dsi.ant.channel.IAntChannelEventHandler
- 
After this is called the channel object will be unusable. 
- onEventBufferSettingsChange(EventBufferSettings) - Method in interface com.dsi.ant.channel.IAntAdapterEventHandler
- 
Triggered when the ANT adapter event buffer state has changed. 
- onLibConfigChange(LibConfig) - Method in interface com.dsi.ant.channel.IAntAdapterEventHandler
- 
Triggered when the ANT adapter extended data configuration has changed. 
- onReceiveMessage(MessageFromAntType, AntMessageParcel) - Method in class com.dsi.ant.channel.AntContinuousScanController.ChannelEventDispatcher
-  
- onReceiveMessage(MessageFromAntType, AntMessageParcel) - Method in interface com.dsi.ant.channel.IAntChannelEventHandler
- 
Receives ANT messages relating to this channel. 
- open() - Method in class com.dsi.ant.channel.AntChannel
- 
Opens this channel. 
- open() - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Opens continuous scan. 
- OPEN_CHANNEL - Static variable in class com.dsi.ant.message.MessageId
-  
- OPEN_RX_SCAN - Static variable in class com.dsi.ant.message.MessageId
-  
- OpenChannelMessage - Class in com.dsi.ant.message.fromhost
- 
Message used to open a channel. 
- OpenChannelMessage() - Constructor for class com.dsi.ant.message.fromhost.OpenChannelMessage
- 
Constructs the message. 
- OpenRxScanModeMessage - Class in com.dsi.ant.message.fromhost
- 
Opens a channel in continuous RX scan mode. 
- OpenRxScanModeMessage() - Constructor for class com.dsi.ant.message.fromhost.OpenRxScanModeMessage
- 
Constructs the message. 
- OVERWRITE_TEMP_CAL - Static variable in class com.dsi.ant.message.MessageId
-  
- SCRIPT_CMD - Static variable in class com.dsi.ant.message.MessageId
-  
- SCRIPT_DATA - Static variable in class com.dsi.ant.message.MessageId
-  
- SDU_CONFIG - Static variable in class com.dsi.ant.message.MessageId
-  
- SDU_SET_MASK - Static variable in class com.dsi.ant.message.MessageId
-  
- SearchTimeoutMessage - Class in com.dsi.ant.message.fromhost
- 
Configures the search timeout of the channel when searching. 
- SearchTimeoutMessage(HighPrioritySearchTimeout) - Constructor for class com.dsi.ant.message.fromhost.SearchTimeoutMessage
- 
Constructs the message from the given high priority search timeout value. 
- SEQUENCE_FIRST_MESSAGE - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The sequence number for the first message of the burst transfer 
- SEQUENCE_FIRST_MESSAGE - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The sequence number of the first message in the burst transfer 
- SEQUENCE_FLAG_IS_LAST_MESSAGE - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The mask used to get the flag indicating if this message is the last
 message in the burst transfer. 
- SEQUENCE_NUMBER_INC - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The value the sequence number increments with each received message 
- SEQUENCE_NUMBER_INC - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The number used to increment the sequence number of the message by 1 
- SEQUENCE_NUMBER_ROLLOVER - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The sequence number before a rollover of sequence numbers occurs 
- SEQUENCE_NUMBER_ROLLOVER - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The last sequence number before a rollover occurs 
- sequenceNumber - Variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The sequence number of the burst message 
- SERIAL_ERROR - Static variable in class com.dsi.ant.message.MessageId
-  
- SERIAL_NUM_SET_CHANNEL_ID - Static variable in class com.dsi.ant.message.MessageId
-  
- SERIAL_PASSTHRU_SETTINGS - Static variable in class com.dsi.ant.message.MessageId
-  
- SerialNumberMessage - Class in com.dsi.ant.message.fromant
- 
Returns the serial number of the ANT hardware. 
- SerialNumberMessage(AntMessageParcel) - Constructor for class com.dsi.ant.message.fromant.SerialNumberMessage
- 
Parse message specific information from the given ANT message parcel. 
- SerialNumberSetChannelIdMessage - Class in com.dsi.ant.message.fromhost
- 
Sets the channel ID for the channel, using the two least significant bytes
 for the device's serial number. 
- SerialNumberSetChannelIdMessage(boolean, int, int) - Constructor for class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
Constructs the message from the given channel ID parameters. 
- SERVICE_VERSION_CODE_NOT_INSTALLED - Static variable in class com.dsi.ant.AntService
- 
- SERVICE_VERSION_CODE_NOT_YET_KNOWN - Static variable in class com.dsi.ant.AntService
- 
- SET_CHANNEL_DATA_TYPE - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_CHANNEL_INPUT_MASK - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_ENCRYPT_INFO - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_ENCRYPT_KEY - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_LP_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_SHARED_ADDRESS - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_STRING - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_TX_SEARCH_ON_NEXT - Static variable in class com.dsi.ant.message.MessageId
-  
- SET_USB_INFO - Static variable in class com.dsi.ant.message.MessageId
-  
- setAdapterEventHandler(IAntAdapterEventHandler) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets up the handler to be used for event callbacks from the adapter this channel is on. 
- setAdapterEventHandler(IAntAdapterEventHandler) - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Sets up the handler to be used for event callbacks from the adapter this controller is on. 
- setAdapterWideLibConfig(LibConfig) - Method in class com.dsi.ant.channel.AntChannel
- 
Requests which extended data to include with data messages. 
- setBroadcastData(byte[]) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets the broadcast message for this channel. 
- setChannelEventHandler(IAntChannelEventHandler) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets up the handler to be used for event callbacks from this channel. 
- setChannelId(ChannelId) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the channel ID for this channel. 
- setChannelId(ChannelId) - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Configures the channel ID for this channel. 
- SetChannelTransmitPowerMessage - Class in com.dsi.ant.message.fromhost
- 
Sets the power that the channel will transmit. 
- SetChannelTransmitPowerMessage(int, Capabilities) - Constructor for class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
-  
- setEnableChannelIdOutput(boolean) - Method in class com.dsi.ant.message.LibConfig
- 
- setEnableRssiOutput(boolean) - Method in class com.dsi.ant.message.LibConfig
- 
- setEnableRxTimestampOutput(boolean) - Method in class com.dsi.ant.message.LibConfig
- 
- setEventBuffer(EventBufferSettings) - Method in class com.dsi.ant.channel.AntChannel
- 
- setEventBuffer(EventBufferSettings) - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Enables event buffering to buffer messages and deliver them when the
 buffer time expires, or the buffer is full. 
- setEventBufferTime(int) - Method in class com.dsi.ant.channel.EventBufferSettings
- 
Set the maximum buffer time an event will remain in the buffer before
 being flushed. 
- setEventBufferToDefault() - Method in class com.dsi.ant.channel.AntChannel
- 
- SetLongNetworkKeyMessage - Class in com.dsi.ant.message.fromhost
- 
Configures which network is used by a network slot, specified with a 128 bit
 (16 byte) key. 
- SetLongNetworkKeyMessage(byte[]) - Constructor for class com.dsi.ant.message.fromhost.SetLongNetworkKeyMessage
- 
Constructs the message to contain the provided network key. 
- SetNetworkKeyMessage - Class in com.dsi.ant.message.fromhost
- 
Contains the common values and logic for constructing the different types of network
 key messages. 
- SetNetworkKeyMessage(byte[]) - Constructor for class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
- 
Constructs the message with given network key byte array 
- setPeriod(int) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the messaging period of this channel. 
- setProximityThreshold(int) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets a signal strength 'proximity' requirement on finding matches during searching. 
- setRfFrequency(int) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets the RF frequency for this channel by a frequency offset, e.g. 
- setRfFrequency(int) - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Sets the RF frequency for this channel by a frequency offset, e.g. 
- setScanChannelEventHandler(IAntChannelEventHandler) - Method in class com.dsi.ant.channel.AntContinuousScanController
- 
Sets up the handler to be used for event callbacks from this controller. 
- setSearchPriority(int) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets the search priority for this channel. 
- setSearchTimeout(LowPrioritySearchTimeout) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the length of time that this channel will perform a low priority search. 
- setSearchTimeout(LowPrioritySearchTimeout, HighPrioritySearchTimeout) - Method in class com.dsi.ant.channel.AntChannel
- 
Configures the length of time that this channel will perform a search, combing both low
 priority and high priority. 
- SetShortNetworkKeyMessage - Class in com.dsi.ant.message.fromhost
- 
Configures which network is used by a network slot, specified with a 64 bit
 (8 byte) key. 
- SetShortNetworkKeyMessage(byte[]) - Constructor for class com.dsi.ant.message.fromhost.SetShortNetworkKeyMessage
- 
Constructs the message to contain the provided network key. 
- setTransmitPower(int) - Method in class com.dsi.ant.channel.AntChannel
- 
Sets the transmit power level for this channel. 
- SETUP_ALARM - Static variable in class com.dsi.ant.message.MessageId
-  
- SHIFT_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromant.BurstTransferDataMessage
- 
The shift applied to the retrieved sequence number after applying the mask 
- SHIFT_SEQUENCE_NUMBER - Static variable in class com.dsi.ant.message.fromhost.BurstTransferDataMessageFromHost
- 
The shift to be applied to the retrieved sequence number bits 
- signedNumberFromByte(byte[], int) - Static method in class com.dsi.ant.message.MessageUtils
- 
Parses a signed number from a byte found in a byte array. 
- signedNumberFromBytes(byte[], int, int) - Static method in class com.dsi.ant.message.MessageUtils
- 
Parses a signed number from a set of bytes found in a byte array. 
- SIZE_BUFFER_EVENTS - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The number of bytes used for the buffer events value 
- SIZE_BUFFER_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The number of bytes used for the buffer size value 
- SIZE_BUFFER_TIME - Static variable in class com.dsi.ant.message.fromhost.ConfigureEventBufferMessage
- 
The number of bytes used for the buffer time value 
- SIZE_CHANNEL_ID - Static variable in class com.dsi.ant.message.ChannelId
- 
Number of bytes for the channel ID 
- SIZE_CHANNEL_NUMBER - Static variable in class com.dsi.ant.message.AntMessage
- 
The number of bytes for the channel number 
- SIZE_CHANNEL_PERIOD - Static variable in class com.dsi.ant.message.fromhost.ChannelPeriodMessage
- 
The number of bytes used for the channel period 
- SIZE_CHANNEL_TYPE - Static variable in enum com.dsi.ant.message.ChannelType
- 
The number of bytes used for the channel type. 
- SIZE_DEVICE_NUMBER - Static variable in class com.dsi.ant.message.ChannelId
- 
Number of bytes for device number 
- SIZE_DEVICE_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
Number of bytes for device type 
- SIZE_DEVICE_TYPE - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The number of bytes used for the device type 
- SIZE_EVENT_CODE - Static variable in class com.dsi.ant.message.fromant.ChannelEventMessage
- 
The number of bytes used for the event code 
- SIZE_EXCLUDE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The number of bytes used for exclude flag value 
- SIZE_EXTENDED_ASSIGNMENT - Static variable in class com.dsi.ant.message.ExtendedAssignment
- 
The number of bytes used for extended assignment 
- SIZE_FILLER_BYTE - Static variable in class com.dsi.ant.message.AntMessage
- 
The number of bytes for the filler value 
- SIZE_INITIATING_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
The number of bytes used for the initiating message ID 
- SIZE_LIBCONFIG_FLAGS - Static variable in class com.dsi.ant.message.fromhost.LibConfigMessage
- 
The number of bytes used for the flags 
- SIZE_LIST_INDEX - Static variable in class com.dsi.ant.message.fromhost.AddChannelIdToListMessage
- 
The number of bytes used for the list index 
- SIZE_LIST_SIZE - Static variable in class com.dsi.ant.message.fromhost.ConfigIdListMessage
- 
The number of bytes used for the list size value 
- SIZE_MEASUREMENT_TYPE - Static variable in class com.dsi.ant.message.Rssi
- 
The number of bytes used for the measurement type 
- SIZE_NETWORK_NUMBER - Static variable in class com.dsi.ant.message.fromhost.AssignChannelMessage
- 
The number of bytes used for the network number 
- SIZE_NETWORK_NUMBER - Static variable in class com.dsi.ant.message.fromhost.SetNetworkKeyMessage
- 
The size in bytes of the network number 
- SIZE_NVM_ADDRESS - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The number of bytes to be used for the start read address of NVM 
- SIZE_NVM_SIZE - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The number of bytes to be used for the block size to be read from NVM 
- SIZE_REQUESTED_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The number of bytes to be used for the requested message ID 
- SIZE_RESPONSE_CODE - Static variable in class com.dsi.ant.message.fromant.ChannelResponseMessage
- 
The number of bytes used for the response code 
- SIZE_RF_FREQUENCY - Static variable in class com.dsi.ant.message.fromhost.ChannelRfFrequencyMessage
- 
The number of bytes used for the frequency value 
- SIZE_RSSI - Static variable in class com.dsi.ant.message.Rssi
- 
The number of bytes used for the RSSI information 
- SIZE_RSSI_VALUE - Static variable in class com.dsi.ant.message.Rssi
- 
The number of bytes used for the RSSI value 
- SIZE_RX_TIMESTAMP - Static variable in class com.dsi.ant.message.Timestamp
- 
The number of bytes used for timestamp value 
- SIZE_SEARCH_PRIORITY - Static variable in class com.dsi.ant.message.fromhost.ChannelSearchPriorityMessage
- 
The number of bytes used for the channel period 
- SIZE_SEARCH_THRESHOLD - Static variable in class com.dsi.ant.message.fromhost.ProximitySearchMessage
- 
The number of bytes to be used for the search threshold value 
- SIZE_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.fromhost.LowPrioritySearchTimeoutMessage
- 
The number of bytes to be used for the search timeout value 
- SIZE_SEARCH_TIMEOUT - Static variable in class com.dsi.ant.message.fromhost.SearchTimeoutMessage
- 
The number of bytes to be used for the search timeout 
- SIZE_SERIAL_NUMBER - Static variable in class com.dsi.ant.message.fromant.SerialNumberMessage
- 
The number of bytes used for the serial number 
- SIZE_SUB_MESSAGE_ID - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The number of bytes to be used for the sub message ID 
- SIZE_THRESHOLD_CONFIG - Static variable in class com.dsi.ant.message.Rssi
- 
The number of bytes used for the threshold configuration 
- SIZE_TIMESTAMP - Static variable in class com.dsi.ant.message.Timestamp
- 
The number of bytes used for timestamp information 
- SIZE_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.ChannelId
- 
Number of bytes for device transmission type 
- SIZE_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.message.fromhost.SerialNumberSetChannelIdMessage
- 
The number of bytes used for the transmission type 
- SIZE_TX_POWER - Static variable in class com.dsi.ant.message.fromhost.SetChannelTransmitPowerMessage
- 
The number of bytes used for the transmit power value 
- SIZE_TX_POWER - Static variable in class com.dsi.ant.message.fromhost.TransmitPowerMessage
- 
The number of bytes used for the transmit power value 
- SLEEP - Static variable in class com.dsi.ant.message.MessageId
-  
- SleepMessage - Class in com.dsi.ant.message.fromhost
- 
Puts ANT into an ultra-low power mode. 
- SleepMessage() - Constructor for class com.dsi.ant.message.fromhost.SleepMessage
- 
Constructs the message. 
- STACKLIMIT - Static variable in class com.dsi.ant.message.MessageId
-  
- startSendAcknowledgedData(byte[]) - Method in class com.dsi.ant.channel.AntChannel
- 
Sends an acknowledged message on this channel, without waiting for the result (complete
 or failed). 
- STARTUP_MESG - Static variable in class com.dsi.ant.message.MessageId
-  
- StoreDownloader - Class in com.dsi.ant
- 
Links to Google Play Store for application download and install. 
- StoreDownloader() - Constructor for class com.dsi.ant.StoreDownloader
-  
- SUB_MESSAGE_REQUEST_ADVANCED_BURST_CAPABILITES - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The sub message ID if requesting advanced burst capabilities message 
- SUB_MESSAGE_REQUEST_ADVANCED_BURST_CURRENT_CONFIGURATION - Static variable in class com.dsi.ant.message.fromhost.RequestMessage
- 
The sub message ID if requesting advanced burst configuration 
- supportBackgroundScanning(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for channel that supports background scanning. 
- supportEventBuffering(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for a channel that supports configuring event buffer. 
- supportFrequencyAgility(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for channel that supports frequency agility. 
- supportRssi(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for channel that supports RSSI value. 
- supportRxMessageTimestamp(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for channel that supports Rx message timestamp. 
- supportSearchPriority(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for a channel that supports configuring search priority. 
- supportWildcardIdList(boolean) - Method in class com.dsi.ant.channel.Capabilities
- 
Requests for channel that supports wildcard in inclusion/exclusion ID list. 
- SYSTEM_RESET - Static variable in class com.dsi.ant.message.MessageId
-  
- valueOf(String) - Static method in enum com.dsi.ant.AntService.Component
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.channel.AntCommandFailureReason
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.channel.ChannelNotAvailableReason
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.channel.PredefinedNetwork
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.ChannelState
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.ChannelType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.EventCode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.fromant.CapabilitiesMessage.Option
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.fromant.MessageFromAntType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.fromhost.ConfigureEventBufferMessage.BufferEvents
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage.Operation
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.fromhost.MessageFromHostType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.ResponseCode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum com.dsi.ant.message.Rssi.RssiMeasurementType
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum com.dsi.ant.AntService.Component
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.channel.AntCommandFailureReason
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.channel.ChannelNotAvailableReason
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.channel.PredefinedNetwork
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.ChannelState
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.ChannelType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.EventCode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.fromant.CapabilitiesMessage.Option
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.fromant.MessageFromAntType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.fromhost.ConfigureEventBufferMessage.BufferEvents
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.fromhost.LoadOrStoreEncryptionKeyMessage.Operation
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.fromhost.MessageFromHostType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.HighPrioritySearchTimeout
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.LowPrioritySearchTimeout
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.ResponseCode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum com.dsi.ant.message.Rssi.RssiMeasurementType
- 
Returns an array containing the constants of this enum type, in
the order they are declared.