次の方法で共有


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

パラメーター

属性

適用対象