ConnectivityMessage class

Inheritance

Constructors

ConnectivityMessage({dynamic definitionMessage, dynamic developerFields, int localId = 0, Endian endian = Endian.little})

Properties

antEnabled bool?
Returns the value of the antEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
autoActivityUploadEnabled bool?
Returns the value of the autoActivityUploadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
bluetoothEnabled bool?
Returns the value of the bluetoothEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
bluetoothLeEnabled bool?
Returns the value of the bluetoothLeEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
connectivityName String?
Returns the value of the connectivityName field. Returns null if the field is not defined in the message.
getter/setter pair
courseDownloadEnabled bool?
Returns the value of the courseDownloadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
definitionMessage DefinitionMessage?
getter/setter pairinherited
developerFields List<DeveloperField>
finalinherited
endian Endian
finalinherited
fields List<Field>
finalinherited
globalId int
finalinherited
gpsEphemerisDownloadEnabled bool?
Returns the value of the gpsEphemerisDownloadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
grouptrackEnabled bool?
Returns the value of the grouptrackEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
growable bool
final
hashCode int
The hash code for this object.
no setterinherited
incidentDetectionEnabled bool?
Returns the value of the incidentDetectionEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
liveTrackingEnabled bool?
Returns the value of the liveTrackingEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pairinherited
weatherAlertsEnabled bool?
Returns the value of the weatherAlertsEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
weatherConditionsEnabled bool?
Returns the value of the weatherConditionsEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
workoutDownloadEnabled bool?
Returns the value of the workoutDownloadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair

Methods

clearDeveloperFieldById(int developerDataIndex, int id) → void
inherited
clearFieldById(int id) → void
inherited
getDeveloperField(int developerDataIndex, int id) DeveloperField?
inherited
getDeveloperFieldByName(String name) DeveloperField?
inherited
getField(int id) Field?
inherited
getFieldByName(String name) Field?
inherited
hasDeveloperFields() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFromBytes(Uint8List bytes) → void
inherited
removeDeveloperField(int developerDataIndex, int id) → void
inherited
removeField(int id) → void
inherited
setDefinitionMessage(DefinitionMessage definition) → void
inherited
toBytes() Uint8List
inherited
toRow() List
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromBytes(DefinitionMessage definitionMessage, Uint8List bytes) ConnectivityMessage
Returns an instance of ConnectivityMessage from a bytes list.
override

Constants

ID → const int
The Global ID of the message. In the FIT documentation this is referred to as the "Global Message Number".
NAME → const String