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
- 属性