Поделиться через


CMMotionManager.StartMagnetometerUpdates Метод

Определение

Перегрузки

StartMagnetometerUpdates()

Запрашивает, чтобы магнитометр начал доставлять обновления данных.

StartMagnetometerUpdates(NSOperationQueue, CMMagnetometerHandler)

Запрашивает, чтобы гироскоп начал доставлять обновления данных.

StartMagnetometerUpdates()

Запрашивает, чтобы магнитометр начал доставлять обновления данных.

[Foundation.Export("startMagnetometerUpdates")]
public virtual void StartMagnetometerUpdates ();
abstract member StartMagnetometerUpdates : unit -> unit
override this.StartMagnetometerUpdates : unit -> unit
Атрибуты

Применяется к

StartMagnetometerUpdates(NSOperationQueue, CMMagnetometerHandler)

Запрашивает, чтобы гироскоп начал доставлять обновления данных.

[Foundation.Export("startMagnetometerUpdatesToQueue:withHandler:")]
public virtual void StartMagnetometerUpdates (Foundation.NSOperationQueue queue, CoreMotion.CMMagnetometerHandler handler);
abstract member StartMagnetometerUpdates : Foundation.NSOperationQueue * CoreMotion.CMMagnetometerHandler -> unit
override this.StartMagnetometerUpdates : Foundation.NSOperationQueue * CoreMotion.CMMagnetometerHandler -> unit

Параметры

Атрибуты

Применяется к