DeviceSettingsMessage class

Inheritance

Constructors

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

Properties

activeTimeZone int?
Returns the value of the activeTimeZone field. Returns null if the field is not defined in the message.
getter/setter pair
activityTrackerEnabled bool?
Returns the value of the activityTrackerEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
autoActivityDetect int?
Returns the value of the autoActivityDetect field. Returns null if the field is not defined in the message.
getter/setter pair
autoSyncFrequency AutoSyncFrequency?
Returns the value of the autoSyncFrequency field. Returns null if the field is not defined in the message.
getter/setter pair
autosyncMinSteps int?
Returns the value of the autosyncMinSteps field. Returns null if the field is not defined in the message.
getter/setter pair
autosyncMinTime int?
Returns the value of the autosyncMinTime field. Returns null if the field is not defined in the message.
getter/setter pair
backlightMode BacklightMode?
Returns the value of the backlightMode field. Returns null if the field is not defined in the message.
getter/setter pair
bleAutoUploadEnabled bool?
Returns the value of the bleAutoUploadEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
clockTime int?
Returns the value of the timestamp field in milliseconds since January 1st, 1970 at 00:00:00 UTC
getter/setter pair
dateMode DateMode?
Returns the value of the dateMode field. Returns null if the field is not defined in the message.
getter/setter pair
defaultPage List<int>?
Returns the value of the defaultPage field. Returns null if the field is not defined in the message.
getter/setter pair
definitionMessage DefinitionMessage?
getter/setter pairinherited
developerFields List<DeveloperField>
finalinherited
displayOrientation DisplayOrientation?
Returns the value of the displayOrientation 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
lactateThresholdAutodetectEnabled bool?
Returns the value of the lactateThresholdAutodetectEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
mountingSide Side?
Returns the value of the mountingSide field. Returns null if the field is not defined in the message.
getter/setter pair
moveAlertEnabled bool?
Returns the value of the moveAlertEnabled field. Returns null if the field is not defined in the message.
getter/setter pair
name String
finalinherited
numberOfScreens int?
Returns the value of the numberOfScreens field. Returns null if the field is not defined in the message.
getter/setter pair
pagesEnabled List<int>?
Returns the value of the pagesEnabled 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
size int
getter/setter pairinherited
smartNotificationDisplayOrientation DisplayOrientation?
Returns the value of the smartNotificationDisplayOrientation field. Returns null if the field is not defined in the message.
getter/setter pair
tapInterface SwitchType?
Returns the value of the tapInterface field. Returns null if the field is not defined in the message.
getter/setter pair
tapSensitivity TapSensitivity?
Returns the value of the tapSensitivity field. Returns null if the field is not defined in the message.
getter/setter pair
timeMode List<TimeMode>?
Returns the value of the timeMode field. Returns null if the field is not defined in the message.
getter/setter pair
timeOffset List<int>?
Returns the value of the timeOffset field. Returns null if the field is not defined in the message.
getter/setter pair
timeZoneOffset List<double>?
Returns the value of the timeZoneOffset field. Returns null if the field is not defined in the message.
getter/setter pair
utcOffset int?
Returns the value of the utcOffset 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) DeviceSettingsMessage
Returns an instance of DeviceSettingsMessage 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