Info

public enum Info

Encapsulates the measurement of the rotation rate around the three spatial axes at a moment of time.

  • The rotation rate measurement.

    Declaration

    Swift

    case data(CMGyroData)
  • The error encountered in attempting to obtain the rotation rate measurement.

    Declaration

    Swift

    case error(Error)
  • No rotation rate measurement is available.

    Declaration

    Swift

    case unknown