|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.AntChannelIdMesg
public class AntChannelIdMesg
Field Summary | |
---|---|
protected static Mesg |
antChannelIdMesg
|
static int |
ChannelNumberFieldNum
|
static int |
DeviceIndexFieldNum
|
static int |
DeviceNumberFieldNum
|
static int |
DeviceTypeFieldNum
|
static int |
TransmissionTypeFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
AntChannelIdMesg()
|
|
AntChannelIdMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Short |
getChannelNumber()
Get channel_number field |
java.lang.Short |
getDeviceIndex()
Get device_index field |
java.lang.Integer |
getDeviceNumber()
Get device_number field |
java.lang.Short |
getDeviceType()
Get device_type field |
java.lang.Short |
getTransmissionType()
Get transmission_type field |
void |
setChannelNumber(java.lang.Short channelNumber)
Set channel_number field |
void |
setDeviceIndex(java.lang.Short deviceIndex)
Set device_index field |
void |
setDeviceNumber(java.lang.Integer deviceNumber)
Set device_number field |
void |
setDeviceType(java.lang.Short deviceType)
Set device_type field |
void |
setTransmissionType(java.lang.Short transmissionType)
Set transmission_type field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ChannelNumberFieldNum
public static final int DeviceTypeFieldNum
public static final int DeviceNumberFieldNum
public static final int TransmissionTypeFieldNum
public static final int DeviceIndexFieldNum
protected static final Mesg antChannelIdMesg
Constructor Detail |
---|
public AntChannelIdMesg()
public AntChannelIdMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Short getChannelNumber()
public void setChannelNumber(java.lang.Short channelNumber)
channelNumber
- public java.lang.Short getDeviceType()
public void setDeviceType(java.lang.Short deviceType)
deviceType
- public java.lang.Integer getDeviceNumber()
public void setDeviceNumber(java.lang.Integer deviceNumber)
deviceNumber
- public java.lang.Short getTransmissionType()
public void setTransmissionType(java.lang.Short transmissionType)
transmissionType
- public java.lang.Short getDeviceIndex()
public void setDeviceIndex(java.lang.Short deviceIndex)
deviceIndex
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |