ExdDataConceptConfigurationMessage class

Inheritance

Constructors

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

Properties

conceptField int?
Returns the value of the conceptField field. Returns null if the field is not defined in the message.
getter/setter pair
conceptIndex int?
Returns the value of the conceptIndex field. Returns null if the field is not defined in the message.
getter/setter pair
conceptKey int?
Returns the value of the conceptKey field. Returns null if the field is not defined in the message.
getter/setter pair
dataPage int?
Returns the value of the dataPage field. Returns null if the field is not defined in the message.
getter/setter pair
dataUnits ExdDataUnits?
Returns the value of the dataUnits field. Returns null if the field is not defined in the message.
getter/setter pair
definitionMessage DefinitionMessage?
getter/setter pairinherited
descriptor ExdDescriptors?
Returns the value of the descriptor field. Returns null if the field is not defined in the message.
getter/setter pair
developerFields List<DeveloperField>
finalinherited
endian Endian
finalinherited
fieldId int?
Returns the value of the fieldId field. Returns null if the field is not defined in the message.
getter/setter pair
fields List<Field>
finalinherited
globalId int
finalinherited
growable bool
final
hashCode int
The hash code for this object.
no setterinherited
isSigned bool?
Returns the value of the isSigned field. Returns null if the field is not defined in the message.
getter/setter pair
localId int
getter/setter pairinherited
name String
finalinherited
qualifier ExdQualifiers?
Returns the value of the qualifier 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
scaling int?
Returns the value of the scaling field. Returns null if the field is not defined in the message.
getter/setter pair
screenIndex int?
Returns the value of the screenIndex field. Returns null if the field is not defined in the message.
getter/setter pair
size int
getter/setter pairinherited

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) ExdDataConceptConfigurationMessage
Returns an instance of ExdDataConceptConfigurationMessage 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