ServiceCyclingPower

@available(swift 4.0)
@available(iOS 10.0, tvOS 10.0, watchOS 3.0, macOS 10.12, *)
open class ServiceCyclingPower : Service

BLE Cycling Power Service

This service exposes power- and force-related data and optionally speed and cadence-related data from a Cycling Power sensor intended for sports and fitness applications.

  • Service Name

    Declaration

    Swift

    public static var name: String { get }
  • Service UUID

    Declaration

    Swift

    public static var uuidString: String { get }
  • Service Uniform Identifier

    Declaration

    Swift

    public static var uniformIdentifier: String { get }
  • Creates Cycling Power Service

    Declaration

    Swift

    public init()