Package | Description |
---|---|
com.dsi.ant.channel | |
com.dsi.ant.message | |
com.dsi.ant.message.fromant | |
com.dsi.ant.message.fromhost |
Modifier and Type | Method and Description |
---|---|
void |
AntChannel.assign(ChannelType channelType)
Specifies the type of this channel and prepares the channel for use.
|
void |
AntChannel.assign(ChannelType channelType,
ExtendedAssignment extendedAssignment)
Specifies the type of this channel and prepares the channel for use.
|
Modifier and Type | Method and Description |
---|---|
static ChannelType |
ChannelType.create(int rawValue)
Creates the ChannelType from the raw value.
|
static ChannelType |
ChannelType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChannelType |
ChannelStatusMessage.getChannelType()
Gets the channel type of the channel.
|
Modifier and Type | Method and Description |
---|---|
ChannelType |
AssignChannelMessage.getChannelType()
Gets the channel type of the assign channel message.
|
Modifier and Type | Method and Description |
---|---|
static MessageFromHostType |
MessageFromHostType.create(AntMessageParcel antParcel,
ChannelType validForChannelType)
Construct a message type from the basic message data.
|
static AntMessageFromHost |
AntMessageFromHost.createAntMessage(AntMessageParcel antParcel,
ChannelType channelType)
Takes a message received over IPC and converts it to an AntMessageFromHost object
|
Constructor and Description |
---|
AssignChannelMessage(ChannelType channelType)
Constructs the message from a specified channel type.
|
AssignChannelMessage(ChannelType channelType,
ExtendedAssignment extendedAssignment)
Constructs the message from the specified channel type and extended
assignment.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.