|
|||||||||
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.CapabilitiesMesg
public class CapabilitiesMesg
Field Summary | |
---|---|
protected static Mesg |
capabilitiesMesg
|
static int |
ConnectivitySupportedFieldNum
|
static int |
LanguagesFieldNum
|
static int |
SportsFieldNum
|
static int |
WorkoutsSupportedFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
CapabilitiesMesg()
|
|
CapabilitiesMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Long |
getConnectivitySupported()
Get connectivity_supported field |
java.lang.Short[] |
getLanguages()
|
java.lang.Short |
getLanguages(int index)
Get languages field Comment: Use language_bits_x types where x is index of array. |
int |
getNumLanguages()
|
int |
getNumSports()
|
java.lang.Short[] |
getSports()
|
java.lang.Short |
getSports(int index)
Get sports field Comment: Use sport_bits_x types where x is index of array. |
java.lang.Long |
getWorkoutsSupported()
Get workouts_supported field |
void |
setConnectivitySupported(java.lang.Long connectivitySupported)
Set connectivity_supported field |
void |
setLanguages(int index,
java.lang.Short languages)
Set languages field Comment: Use language_bits_x types where x is index of array. |
void |
setSports(int index,
java.lang.Short sports)
Set sports field Comment: Use sport_bits_x types where x is index of array. |
void |
setWorkoutsSupported(java.lang.Long workoutsSupported)
Set workouts_supported 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 LanguagesFieldNum
public static final int SportsFieldNum
public static final int WorkoutsSupportedFieldNum
public static final int ConnectivitySupportedFieldNum
protected static final Mesg capabilitiesMesg
Constructor Detail |
---|
public CapabilitiesMesg()
public CapabilitiesMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Short[] getLanguages()
public int getNumLanguages()
public java.lang.Short getLanguages(int index)
index
- of languages
public void setLanguages(int index, java.lang.Short languages)
index
- of languageslanguages
- public java.lang.Short[] getSports()
public int getNumSports()
public java.lang.Short getSports(int index)
index
- of sports
public void setSports(int index, java.lang.Short sports)
index
- of sportssports
- public java.lang.Long getWorkoutsSupported()
public void setWorkoutsSupported(java.lang.Long workoutsSupported)
workoutsSupported
- public java.lang.Long getConnectivitySupported()
public void setConnectivitySupported(java.lang.Long connectivitySupported)
connectivitySupported
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |