ActivityMessage
@available(swift 4.2)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ActivityMessage : FitMessage
FIT Activity Message
Provides a high level description of the overall activity file. This includes overall time, number of sessions and the type of each session
-
FIT Message Global Number
Declaration
Swift
public override class func globalMessageNumber() -> UInt16
-
Total Timer Time
Excludes pauses
Declaration
Swift
@FitFieldDimension private(set) public var totalTimerTime: Measurement<UnitDuration>? { get set }
-
Number of Sessions
Declaration
Swift
@FitField private(set) public var numberOfSessions: UInt16? { get set }
-
Local Timestamp
Declaration
Swift
@FitFieldTime private(set) public var localTimeStamp: FitTime? { get set }
-
Event Group
Declaration
Swift
@FitField private(set) public var eventGroup: UInt8? { get set }
-
Timestamp
Declaration
Swift
@FitFieldTime private(set) public var timeStamp: FitTime? { get set }
-
Undocumented
Declaration
Swift
public required init()