Package | Description |
---|---|
com.dsi.ant.message | |
com.dsi.ant.message.fromant |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExtendedData.hasExtendedData(AntMessageFromAnt antMessage)
Checks if the received message from ANT contains extended data.
|
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 |
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 | Method and Description |
---|---|
static AntMessageFromAnt |
AntMessageFromAnt.createAntMessage(AntMessageParcel antParcel)
Takes a message received over IPC and converts it to an
AntMessageFromAnt object |
static AntMessageFromAnt |
AntMessageFromAnt.createAntMessage(byte[] rawMessage)
Takes a message read from the chip and converts it to an
AntMessageFromAnt object |
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.