BikeProfileMessage class

Inheritance

Constructors

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

Properties

autoPowerZero bool?
Returns the value of the autoPowerZero field. Returns null if the field is not defined in the message.
getter/setter pair
autoWheelCal bool?
Returns the value of the autoWheelCal field. Returns null if the field is not defined in the message.
getter/setter pair
autoWheelsize double?
Returns the value of the autoWheelsize field. Returns null if the field is not defined in the message.
getter/setter pair
bikeCadAntId int?
Returns the value of the bikeCadAntId field. Returns null if the field is not defined in the message.
getter/setter pair
bikeCadAntIdTransType int?
Returns the value of the bikeCadAntIdTransType field. Returns null if the field is not defined in the message.
getter/setter pair
bikePowerAntId int?
Returns the value of the bikePowerAntId field. Returns null if the field is not defined in the message.
getter/setter pair
bikePowerAntIdTransType int?
Returns the value of the bikePowerAntIdTransType field. Returns null if the field is not defined in the message.
getter/setter pair
bikeProfileName String?
Returns the value of the bikeProfileName field. Returns null if the field is not defined in the message.
getter/setter pair
bikeSpdAntId int?
Returns the value of the bikeSpdAntId field. Returns null if the field is not defined in the message.
getter/setter pair
bikeSpdAntIdTransType int?
Returns the value of the bikeSpdAntIdTransType field. Returns null if the field is not defined in the message.
getter/setter pair
bikeSpdcadAntId int?
Returns the value of the bikeSpdcadAntId field. Returns null if the field is not defined in the message.
getter/setter pair
bikeSpdcadAntIdTransType int?
Returns the value of the bikeSpdcadAntIdTransType field. Returns null if the field is not defined in the message.
getter/setter pair
bikeWeight double?
Returns the value of the bikeWeight field. Returns null if the field is not defined in the message.
getter/setter pair
cadEnabled bool?
Returns the value of the cadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
crankLength double?
Returns the value of the crankLength field. Returns null if the field is not defined in the message.
getter/setter pair
customWheelsize double?
Returns the value of the customWheelsize field. Returns null if the field is not defined in the message.
getter/setter pair
definitionMessage DefinitionMessage?
getter/setter pairinherited
developerFields List<DeveloperField>
finalinherited
enabled bool?
Returns the value of the enabled field. Returns null if the field is not defined in the message.
getter/setter pair
endian Endian
finalinherited
fields List<Field>
finalinherited
frontGear List<int>?
Returns the value of the frontGear field. Returns null if the field is not defined in the message.
getter/setter pair
frontGearNum int?
Returns the value of the frontGearNum field. Returns null if the field is not defined in the message.
getter/setter pair
globalId int
finalinherited
growable bool
final
hashCode int
The hash code for this object.
no setterinherited
id int?
Returns the value of the id field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
messageIndex int?
Returns the value of the messageIndex field. Returns null if the field is not defined in the message.
getter/setter pair
name String
finalinherited
odometer double?
Returns the value of the odometer field. Returns null if the field is not defined in the message.
getter/setter pair
odometerRollover int?
Returns the value of the odometerRollover field. Returns null if the field is not defined in the message.
getter/setter pair
powerCalFactor double?
Returns the value of the powerCalFactor field. Returns null if the field is not defined in the message.
getter/setter pair
powerEnabled bool?
Returns the value of the powerEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
rearGear List<int>?
Returns the value of the rearGear field. Returns null if the field is not defined in the message.
getter/setter pair
rearGearNum int?
Returns the value of the rearGearNum field. Returns null if the field is not defined in the message.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shimanoDi2Enabled bool?
Returns the value of the shimanoDi2Enabled field. Returns null if the field is not defined in the message.
getter/setter pair
size int
getter/setter pairinherited
spdcadEnabled bool?
Returns the value of the spdcadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
spdEnabled bool?
Returns the value of the spdEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
sport Sport?
Returns the value of the sport field. Returns null if the field is not defined in the message.
getter/setter pair
subSport SubSport?
Returns the value of the subSport 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) BikeProfileMessage
Returns an instance of BikeProfileMessage 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