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

    type

    Type of Field

    data

    Data to Decode

    base

    BaseTypeData

    arch

    Endian

    Return Value

    Decoded Value