public class ConnectivityMesg extends Mesg
Modifier and Type | Field and Description |
---|---|
static int |
AntEnabledFieldNum |
static int |
AutoActivityUploadEnabledFieldNum |
static int |
BluetoothEnabledFieldNum |
static int |
BluetoothLeEnabledFieldNum |
protected static Mesg |
connectivityMesg |
static int |
CourseDownloadEnabledFieldNum |
static int |
GpsEphemerisDownloadEnabledFieldNum |
static int |
GrouptrackEnabledFieldNum |
static int |
IncidentDetectionEnabledFieldNum |
static int |
LiveTrackingEnabledFieldNum |
static int |
NameFieldNum |
static int |
WeatherAlertsEnabledFieldNum |
static int |
WeatherConditionsEnabledFieldNum |
static int |
WorkoutDownloadEnabledFieldNum |
developerFields, fields, localNum, name, num, systemTimeOffset
Constructor and Description |
---|
ConnectivityMesg() |
ConnectivityMesg(Mesg mesg) |
Modifier and Type | Method and Description |
---|---|
Bool |
getAntEnabled()
Get ant_enabled field
Comment: Use ANT for connectivity features
|
Bool |
getAutoActivityUploadEnabled()
Get auto_activity_upload_enabled field
|
Bool |
getBluetoothEnabled()
Get bluetooth_enabled field
Comment: Use Bluetooth for connectivity features
|
Bool |
getBluetoothLeEnabled()
Get bluetooth_le_enabled field
Comment: Use Bluetooth Low Energy for connectivity features
|
Bool |
getCourseDownloadEnabled()
Get course_download_enabled field
|
Bool |
getGpsEphemerisDownloadEnabled()
Get gps_ephemeris_download_enabled field
|
Bool |
getGrouptrackEnabled()
Get grouptrack_enabled field
|
Bool |
getIncidentDetectionEnabled()
Get incident_detection_enabled field
|
Bool |
getLiveTrackingEnabled()
Get live_tracking_enabled field
|
java.lang.String |
getName()
Get name field
|
Bool |
getWeatherAlertsEnabled()
Get weather_alerts_enabled field
|
Bool |
getWeatherConditionsEnabled()
Get weather_conditions_enabled field
|
Bool |
getWorkoutDownloadEnabled()
Get workout_download_enabled field
|
void |
setAntEnabled(Bool antEnabled)
Set ant_enabled field
Comment: Use ANT for connectivity features
|
void |
setAutoActivityUploadEnabled(Bool autoActivityUploadEnabled)
Set auto_activity_upload_enabled field
|
void |
setBluetoothEnabled(Bool bluetoothEnabled)
Set bluetooth_enabled field
Comment: Use Bluetooth for connectivity features
|
void |
setBluetoothLeEnabled(Bool bluetoothLeEnabled)
Set bluetooth_le_enabled field
Comment: Use Bluetooth Low Energy for connectivity features
|
void |
setCourseDownloadEnabled(Bool courseDownloadEnabled)
Set course_download_enabled field
|
void |
setGpsEphemerisDownloadEnabled(Bool gpsEphemerisDownloadEnabled)
Set gps_ephemeris_download_enabled field
|
void |
setGrouptrackEnabled(Bool grouptrackEnabled)
Set grouptrack_enabled field
|
void |
setIncidentDetectionEnabled(Bool incidentDetectionEnabled)
Set incident_detection_enabled field
|
void |
setLiveTrackingEnabled(Bool liveTrackingEnabled)
Set live_tracking_enabled field
|
void |
setName(java.lang.String name)
Set name field
|
void |
setWeatherAlertsEnabled(Bool weatherAlertsEnabled)
Set weather_alerts_enabled field
|
void |
setWeatherConditionsEnabled(Bool weatherConditionsEnabled)
Set weather_conditions_enabled field
|
void |
setWorkoutDownloadEnabled(Bool workoutDownloadEnabled)
Set workout_download_enabled field
|
addDeveloperField, addField, getActiveSubFieldIndex, getActiveSubFieldName, getDeveloperFields, getField, getField, getField, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValue, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBigIntegerValues, getFieldBitsValue, getFieldBitsValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValue, getFieldByteValues, getFieldByteValues, getFieldByteValues, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValue, getFieldDoubleValues, getFieldDoubleValues, getFieldDoubleValues, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValue, getFieldFloatValues, getFieldFloatValues, getFieldFloatValues, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValue, getFieldIntegerValues, getFieldIntegerValues, getFieldIntegerValues, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValue, getFieldLongValues, getFieldLongValues, getFieldLongValues, getFields, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValue, getFieldShortValues, getFieldShortValues, getFieldShortValues, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValue, getFieldStringValues, getFieldStringValues, getFieldStringValues, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getFieldValue, getIsFieldAccumulated, getLocalNum, getNum, getNumFields, getNumFieldValues, getNumFieldValues, getNumFieldValues, getNumFieldValues, getOverrideField, hasField, removeExpandedFields, removeField, setField, setFields, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setFieldValue, setLocalNum, timestampToDateTime, write, write
public static final int BluetoothEnabledFieldNum
public static final int BluetoothLeEnabledFieldNum
public static final int AntEnabledFieldNum
public static final int NameFieldNum
public static final int LiveTrackingEnabledFieldNum
public static final int WeatherConditionsEnabledFieldNum
public static final int WeatherAlertsEnabledFieldNum
public static final int AutoActivityUploadEnabledFieldNum
public static final int CourseDownloadEnabledFieldNum
public static final int WorkoutDownloadEnabledFieldNum
public static final int GpsEphemerisDownloadEnabledFieldNum
public static final int IncidentDetectionEnabledFieldNum
public static final int GrouptrackEnabledFieldNum
protected static final Mesg connectivityMesg
public ConnectivityMesg()
public ConnectivityMesg(Mesg mesg)
public Bool getBluetoothEnabled()
public void setBluetoothEnabled(Bool bluetoothEnabled)
bluetoothEnabled
- public Bool getBluetoothLeEnabled()
public void setBluetoothLeEnabled(Bool bluetoothLeEnabled)
bluetoothLeEnabled
- public Bool getAntEnabled()
public void setAntEnabled(Bool antEnabled)
antEnabled
- public java.lang.String getName()
public void setName(java.lang.String name)
name
- public Bool getLiveTrackingEnabled()
public void setLiveTrackingEnabled(Bool liveTrackingEnabled)
liveTrackingEnabled
- public Bool getWeatherConditionsEnabled()
public void setWeatherConditionsEnabled(Bool weatherConditionsEnabled)
weatherConditionsEnabled
- public Bool getWeatherAlertsEnabled()
public void setWeatherAlertsEnabled(Bool weatherAlertsEnabled)
weatherAlertsEnabled
- public Bool getAutoActivityUploadEnabled()
public void setAutoActivityUploadEnabled(Bool autoActivityUploadEnabled)
autoActivityUploadEnabled
- public Bool getCourseDownloadEnabled()
public void setCourseDownloadEnabled(Bool courseDownloadEnabled)
courseDownloadEnabled
- public Bool getWorkoutDownloadEnabled()
public void setWorkoutDownloadEnabled(Bool workoutDownloadEnabled)
workoutDownloadEnabled
- public Bool getGpsEphemerisDownloadEnabled()
public void setGpsEphemerisDownloadEnabled(Bool gpsEphemerisDownloadEnabled)
gpsEphemerisDownloadEnabled
- public Bool getIncidentDetectionEnabled()
public void setIncidentDetectionEnabled(Bool incidentDetectionEnabled)
incidentDetectionEnabled
- public Bool getGrouptrackEnabled()
public void setGrouptrackEnabled(Bool grouptrackEnabled)
grouptrackEnabled
-