ActivityTrackpointExtension
@available(swift 4.0)
public struct ActivityTrackpointExtension
                  TCX Activity Trackpoint Extension
- 
                    
                    
Speed
Declaration
Swift
private(set) public var speed: Double? - 
                    
                    
Undocumented
Declaration
Swift
private(set) public var runCadence: UInt8? - 
                    
                    
Watts
Declaration
Swift
private(set) public var watts: UInt16? - 
                    
                    
Cadence ensor Type
Declaration
Swift
private(set) public var cadenceSensor: CadenceSensorType? - 
                    
                    
Undocumented
Declaration
Swift
public init (speed: Double?, runCadence: UInt8?, watts: UInt16?, cadenceSensor: CadenceSensorType?) 
- 
                    
                    
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
public static func == (lhs: ActivityTrackpointExtension, rhs: ActivityTrackpointExtension) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.
 
- 
                    
                    
Coding Keys
See moreDeclaration
Swift
public enum CodingKeys : String, CodingKey - 
                    
                    
Alternate Coding Keys
See moreDeclaration
Swift
public enum AlternateCodingKeys : String, CodingKey - 
                    
                    
Creates a new instance by decoding from the given decoder.
This initializer throws an error if reading from the decoder fails, or if the data read is corrupted or otherwise invalid.
Declaration
Swift
public init(from decoder: Decoder) throwsParameters
decoderThe decoder to read data from.