Score

public struct Score

FIT Score Data

  • Player Score

    Declaration

    Swift

    private(set) public var playerScore: UInt16? { get }
  • Opponent Score

    Declaration

    Swift

    private(set) public var opponentScore: UInt16? { get }
  • Undocumented

    Declaration

    Swift

    public init(playerScore: UInt16?, opponentScore: UInt16?)