DeviceIndex
public struct DeviceIndex
extension DeviceIndex: FitFieldCodeable
Device Index
-
Is File Creator
Declaration
Swift
public let isFileCreator: Bool
-
Validity of Index
Declaration
Swift
public let isInvalid: Bool
-
Index
Declaration
Swift
public let index: UInt8
-
Undocumented
Declaration
Swift
public init(isCreator: Bool)
-
Undocumented
Declaration
Swift
public init(index: UInt8)
-
Encode Into Data
Declaration
Swift
public func encode(base: BaseTypeData) -> Data?
Parameters
base
BaseTypeData
-
Decode FIT Field
Declaration
Swift
public 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