Package | Description |
---|---|
com.dsi.ant.message.fromant | |
com.dsi.ant.message.fromhost |
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedDataMessage
Sent by a slave after receiving a broadcast message to indicate to the master
that the message was received.
|
class |
AntMessageFromAnt
A message sent ANT -> Host.
|
class |
AntVersionMessage
Extracts information from a firmware version message string.
|
class |
BroadcastDataMessage
Received when the master connected to sends broadcast data to the slave.
|
class |
BurstTransferDataMessage
Message received when receiving burst data from a connected device and every
burst packet is acknowledged.
|
class |
CapabilitiesMessage
Provides possible ANT capabilities, and whether they are supported or not.
|
class |
ChannelEventMessage
Defines values for reading an
MessageFromAntType.CHANNEL_EVENT type message. |
class |
ChannelIdMessage
This message returns the specific channel ID for the channel.
|
class |
ChannelResponseMessage
Message generated in response to a message.
|
class |
ChannelStatusMessage
Message that returns the status of the channel.
|
class |
DataMessage
Defines values for reading a
MessageFromAntType.BROADCAST_DATA ,
MessageFromAntType.ACKNOWLEDGED_DATA , or MessageFromAntType.BURST_TRANSFER_DATA
type message. |
class |
SerialNumberMessage
Returns the serial number of the ANT hardware.
|
Modifier and Type | Class and Description |
---|---|
class |
AcknowledgedDataMessageFromHost
Can be used as a replacement for
BroadcastDataMessageFromHost and
expects an acknowledgement message back from the slave being transmitted to. |
class |
AddChannelIdToListMessage
Message to add a channel ID to an exclusion/inclusion list.
|
class |
AntMessageFromHost
A message sent Host -> ANT.
|
class |
AssignChannelMessage
Message that assigns a channel with the contained parameters.
|
class |
BroadcastDataMessageFromHost
The default mode used to transmit data between devices and will be sent every
channel period.
|
class |
BurstTransferDataMessageFromHost
A burst transfer data packet sent when performing a burst transfer.
|
class |
ChannelIdMessageFromHost
Configures the channel's channel ID.
|
class |
ChannelPeriodMessage
Configures the channel period the channel will operate on.
|
class |
ChannelRfFrequencyMessage
Configures the frequency this channel will operate on.
|
class |
ChannelSearchPriorityMessage |
class |
CloseChannelMessage
Message sent to ANT to close the channel.
|
class |
ConfigIdListMessage
Configures the inclusion/exclusion list of channel IDs checked against while
searching.
|
class |
ConfigureEventBufferMessage
Configures the event buffer for the ANT chip.
|
class |
CrystalEnableMessage
Enables using an external 32kHz cystal input as a low power clock to save
power while ANT is active.
|
class |
CwInitMessage
Initializes ANT into CW test mode and should be sent after a reset.
|
class |
DataMessageFromHost
Defines values for reading a
MessageFromHostType.BROADCAST_DATA ,
MessageFromHostType.ACKNOWLEDGED_DATA , or MessageFromHostType.BURST_TRANSFER_DATA
type message. |
class |
FrequencyAgilityMessage
Configures the frequency agility feature which changes frequency if
significant degradation is experienced.
|
class |
LibConfigMessage
Configures which extended data information to be included in the received
messages from devices.
|
class |
LoadOrStoreEncryptionKeyMessage
Loads or stores the encryption key from/to memory.
|
class |
LowPrioritySearchTimeoutMessage
Configures the low priority search timeout for the channel when searching.
|
class |
OpenChannelMessage
Message used to open a channel.
|
class |
OpenRxScanModeMessage
Opens a channel in continuous RX scan mode.
|
class |
ProximitySearchMessage
Configures the proximity search value that the channel will use.
|
class |
RequestMessage
Sent to the ANT chip to request specific information about the device.
|
class |
ResetSystemMessage
Resets the system and puts it in a known, low-power state.
|
class |
SearchTimeoutMessage
Configures the search timeout of the channel when searching.
|
class |
SerialNumberSetChannelIdMessage
Sets the channel ID for the channel, using the two least significant bytes
for the device's serial number.
|
class |
SetChannelTransmitPowerMessage
Sets the power that the channel will transmit.
|
class |
SetLongNetworkKeyMessage
Configures which network is used by a network slot, specified with a 128 bit
(16 byte) key.
|
class |
SetNetworkKeyMessage
Contains the common values and logic for constructing the different types of network
key messages.
|
class |
SetShortNetworkKeyMessage
Configures which network is used by a network slot, specified with a 64 bit
(8 byte) key.
|
class |
SleepMessage
Puts ANT into an ultra-low power mode.
|
class |
TransmitPowerMessage
Sets the power that the whole chip will transmit at.
|
class |
UnassignChannelMessage
Unassigns the channel and puts in an unassigned state.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.