共用方式為


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

參數

屬性

適用於