FitFieldDecodeable
public protocol FitFieldDecodeable
Undocumented
-
Decode FIT Field
Declaration
Swift
static func decode<T>(type: T.Type, data: Data, base: BaseTypeData, arch: Endian) -> T?Parameters
typeType of Field
dataData to Decode
baseBaseTypeData
archEndian
Return Value
Decoded Value