Info

public enum Info

Encapsulates the measurement of the magnetic field around the three spatial axes.

  • The magnetic field measurement.

    Declaration

    Swift

    case data(CMMagnetometerData)
  • The error encountered in attempting to obtain the magnetic field measurement.

    Declaration

    Swift

    case error(Error)
  • No magnetic field measurement is available.

    Declaration

    Swift

    case unknown