A B C D E F G H I M N O P R S T U

A

ACKNOWLEDGED_CONTROL_BYTE - Static variable in class com.dsi.ant.AntDefine
 
ANT_DISABLED_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_DISABLING_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_ENABLED_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_ENABLING_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_EXT_MESG_BIFIELD_EXTENSION - Static variable in class com.dsi.ant.AntDefine
 
ANT_EXT_MESG_BITFIELD_DEVICE_ID - Static variable in class com.dsi.ant.AntDefine
first field after bitfield
ANT_EXT_MESG_BITFIELD_OVERWRITE_SHARED_ADR - Static variable in class com.dsi.ant.AntDefine
 
ANT_EXT_MESG_BITFIELD_RSSI - Static variable in class com.dsi.ant.AntDefine
next field after ID, if there is one
ANT_EXT_MESG_BITFIELD_TIME_STAMP - Static variable in class com.dsi.ant.AntDefine
next field after RSSI, if there is one
ANT_EXT_MESG_BITFIELD_TRANSMISSION_TYPE - Static variable in class com.dsi.ant.AntDefine
 
ANT_EXT_MESG_DEVICE_ID_FIELD_SIZE - Static variable in class com.dsi.ant.AntDefine
 
ANT_EXT_STRING_SIZE - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_DEVICE_NUMBER_HIGH_OFFSET - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_DEVICE_NUMBER_LOW_OFFSET - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_DEVICE_TYPE_OFFSET - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_DEVICE_TYPE_PAIRING_FLAG - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_SIZE - Static variable in class com.dsi.ant.AntDefine
 
ANT_ID_TRANS_TYPE_OFFSET - Static variable in class com.dsi.ant.AntDefine
 
ANT_INTERFACE_CLAIMED_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_INTERFACE_CLAIMED_PID - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_MESSAGE - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_RESET_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_RX_MESSAGE_ACTION - Static variable in interface com.dsi.ant.AntInterfaceIntent
 
ANT_STANDARD_DATA_PAYLOAD_SIZE - Static variable in class com.dsi.ant.AntDefine
 
ANT_TRANS_TYPE_1_BYTE_SHARED_ADDRESS - Static variable in class com.dsi.ant.AntDefine
 
ANT_TRANS_TYPE_2_BYTE_SHARED_ADDRESS - Static variable in class com.dsi.ant.AntDefine
 
ANT_TRANS_TYPE_SHARED_ADDR_MASK - Static variable in class com.dsi.ant.AntDefine
 
ANTAddChannelId(byte, short, byte, byte, byte) - Method in class com.dsi.ant.AntInterface
Add channel IDs to the inclusion/exclusion list.
ANTAssignChannel(byte, byte, byte) - Method in class com.dsi.ant.AntInterface
Assign the a channel.
ANTCloseChannel(byte) - Method in class com.dsi.ant.AntInterface
Close a channel that has been previously opened.
ANTConfigEventBuffering(short, short, short, short) - Method in class com.dsi.ant.AntInterface
ANT config event buffering.
ANTConfigList(byte, byte, byte) - Method in class com.dsi.ant.AntInterface
Configure the inclusion/exclusion list.
AntDefine - Class in com.dsi.ant
Contains definitions commonly used in ANT messaging.
AntDefine() - Constructor for class com.dsi.ant.AntDefine
 
ANTDisableEventBuffering() - Method in class com.dsi.ant.AntInterface
ANT disable event buffering.
AntInterface - Class in com.dsi.ant
AntInterface is a proxy object for communicating with the ANT Radio Service.
AntInterface() - Constructor for class com.dsi.ant.AntInterface
Instantiates a new ANT Interface.
AntInterface.ServiceListener - Interface in com.dsi.ant
An interface for notifying AntInterface clients when they have been connected to the ANT Radio Service.
AntInterfaceException - Exception in com.dsi.ant.exception
 
AntInterfaceException() - Constructor for exception com.dsi.ant.exception.AntInterfaceException
 
AntInterfaceException(String) - Constructor for exception com.dsi.ant.exception.AntInterfaceException
 
AntInterfaceIntent - Interface in com.dsi.ant
Defines the ANT related Intents which may be received by an application.
AntMesg - Class in com.dsi.ant
AntMesg contains definitions for ANT message IDs Android ANT packets are in the format: II JJ ------ where: II is the 1 byte size of the ANT message (0-249) JJ is the 1 byte ID of the ANT message (1-255, 0 is invalid) ------ is the data of the ANT message (0-249 bytes of data) Note, no sync byte or checksum byte is included.
ANTOpenChannel(byte) - Method in class com.dsi.ant.AntInterface
Open a channel that has been previously assigned and configured.
AntRemoteException - Exception in com.dsi.ant.exception
 
AntRemoteException(RemoteException) - Constructor for exception com.dsi.ant.exception.AntRemoteException
 
AntRemoteException(String, RemoteException) - Constructor for exception com.dsi.ant.exception.AntRemoteException
 
ANTRequestMessage(byte, byte) - Method in class com.dsi.ant.AntInterface
Request a specific information message from the device.
ANTResetSystem() - Method in class com.dsi.ant.AntInterface
This message is sent to the module to reset the system and put it in a known, low-power state.
ANTSendAcknowledgedData(byte, byte[]) - Method in class com.dsi.ant.AntInterface
Send an acknowledged packet on a channel.
ANTSendBroadcastData(byte, byte[]) - Method in class com.dsi.ant.AntInterface
Send a broadcast packet on a channel.
ANTSendBurstTransfer(byte, byte[]) - Method in class com.dsi.ant.AntInterface
Transmits the given data on a channel as a burst message.
ANTSendBurstTransferPacket(byte, byte[]) - Method in class com.dsi.ant.AntInterface
Send a burst packet on a channel (8 bytes).
ANTSendPartialBurst(byte, byte[], int, boolean) - Method in class com.dsi.ant.AntInterface
ANT send partial burst.
AntServiceNotConnectedException - Exception in com.dsi.ant.exception
 
AntServiceNotConnectedException() - Constructor for exception com.dsi.ant.exception.AntServiceNotConnectedException
 
AntServiceNotConnectedException(String) - Constructor for exception com.dsi.ant.exception.AntServiceNotConnectedException
 
ANTSetChannelId(byte, short, byte, byte) - Method in class com.dsi.ant.AntInterface
Configures the channel ID for a specific channel.
ANTSetChannelPeriod(byte, short) - Method in class com.dsi.ant.AntInterface
Configures the messaging period of a specific channel.
ANTSetChannelRFFreq(byte, byte) - Method in class com.dsi.ant.AntInterface
Set the RF frequency for a particular channel.
ANTSetChannelSearchTimeout(byte, byte) - Method in class com.dsi.ant.AntInterface
Configure the length of time that the receiver will search for a channel before timing out.
ANTSetChannelTxPower(byte, byte) - Method in class com.dsi.ant.AntInterface
Set the transmit power level for a specified channel.
ANTSetLowPriorityChannelSearchTimeout(byte, byte) - Method in class com.dsi.ant.AntInterface
Configure the duration the receiver will search for a channel in low priority mode before switching to high priority mode.
ANTSetProximitySearch(byte, byte) - Method in class com.dsi.ant.AntInterface
This function enables a one-time proximity requirement for searching.
ANTTxMessage(byte[]) - Method in class com.dsi.ant.AntInterface
Write a raw message (8 bytes) to the ANT chip.
ANTUnassignChannel(byte) - Method in class com.dsi.ant.AntInterface
Unassign a channel.

A B C D E F G H I M N O P R S T U