FitMessageHeader class represents the single-byte header that precedes all FIT messages. It forms a part of all FitDefinitionMessage and FitDataMessage instances.R/allClasses.R
FitMessageHeader-class.RdThe FitMessageHeader class represents the single-byte header that
precedes all FIT messages. It forms a part of all
FitDefinitionMessage and FitDataMessage instances.
is_defintionLogical indicating if this is a definition message.
has_developer_dataLogical defining whether the message contains developer data.
local_message_numberThe 'local' message number for this message type.
time_offsetNumeric (length 1) giving the time offset for messages with compressed time stamps.
raw_repRaw (length 1) matching the single byte that defined this message header. Used internally as a quick comparison to see if this is the same header as the previous message to speed up file reading.