|
|||||||||
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.OhrSettingsMesg
public class OhrSettingsMesg
Field Summary | |
---|---|
static int |
EnabledFieldNum
|
protected static Mesg |
ohrSettingsMesg
|
static int |
TimestampFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
OhrSettingsMesg()
|
|
OhrSettingsMesg(Mesg mesg)
|
Method Summary | |
---|---|
Switch |
getEnabled()
Get enabled field |
DateTime |
getTimestamp()
Get timestamp field Units: s |
void |
setEnabled(Switch enabled)
Set enabled field |
void |
setTimestamp(DateTime timestamp)
Set timestamp field Units: s |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TimestampFieldNum
public static final int EnabledFieldNum
protected static final Mesg ohrSettingsMesg
Constructor Detail |
---|
public OhrSettingsMesg()
public OhrSettingsMesg(Mesg mesg)
Method Detail |
---|
public DateTime getTimestamp()
public void setTimestamp(DateTime timestamp)
timestamp
- public Switch getEnabled()
public void setEnabled(Switch enabled)
enabled
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |