CMMotionManager.StartMagnetometerUpdates メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- queue
- NSOperationQueue
- handler
- CMMagnetometerHandler
- 属性