View Source ExtFit.Record.FitCrc (ExtFit v0.1.0)

Summary

Types

@type t() :: %ExtFit.Record.FitCrc{
  __chunk__: ExtFit.Chunk.t(),
  crc: non_neg_integer(),
  matched: nil | boolean()
}