AntFsBeaconPeriod

public enum AntFsBeaconPeriod : UInt8

ANTFS Beacon Perio

  • Half Hertz

    Declaration

    Swift

    case halfHertz = 0
  • One Hertz

    Declaration

    Swift

    case oneHertz = 1
  • Two Hertz

    Declaration

    Swift

    case twoHertz = 2
  • Four Hertz

    Declaration

    Swift

    case fourHertz = 3
  • Eight Hertz

    Declaration

    Swift

    case eightHertz = 4
  • Match Established Hertz

    Declaration

    Swift

    case matchEstablished = 7