BloodPressureMessage class

Inheritance

Constructors

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

Properties

definitionMessage DefinitionMessage?
getter/setter pairinherited
developerFields List<DeveloperField>
finalinherited
diastolicPressure int?
Returns the value of the diastolicPressure field. Returns null if the field is not defined in the message.
getter/setter pair
endian Endian
finalinherited
fields List<Field>
finalinherited
globalId int
finalinherited
growable bool
final
hashCode int
The hash code for this object.
no setterinherited
heartRate int?
Returns the value of the heartRate field. Returns null if the field is not defined in the message.
getter/setter pair
heartRateType HrType?
Returns the value of the heartRateType field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
map3SampleMean int?
Returns the value of the map3SampleMean field. Returns null if the field is not defined in the message.
getter/setter pair
mapEveningValues int?
Returns the value of the mapEveningValues field. Returns null if the field is not defined in the message.
getter/setter pair
mapMorningValues int?
Returns the value of the mapMorningValues field. Returns null if the field is not defined in the message.
getter/setter pair
meanArterialPressure int?
Returns the value of the meanArterialPressure field. Returns null if the field is not defined in the message.
getter/setter pair
name String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
getter/setter pairinherited
status BpStatus?
Returns the value of the status field. Returns null if the field is not defined in the message.
getter/setter pair
systolicPressure int?
Returns the value of the systolicPressure field. Returns null if the field is not defined in the message.
getter/setter pair
timestamp int?
Returns the value of the timestamp field in milliseconds since January 1st, 1970 at 00:00:00 UTC
getter/setter pair
userProfileIndex int?
Returns the value of the userProfileIndex 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) BloodPressureMessage
Returns an instance of BloodPressureMessage 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