CMMagnetometerHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A delegate that is the handler
for the StartMagnetometerUpdates(NSOperationQueue, CMMagnetometerHandler) method.
public delegate void CMMagnetometerHandler(CMMagnetometerData magnetometerData, NSError error);
type CMMagnetometerHandler = delegate of CMMagnetometerData * NSError -> unit
Parameters
- magnetometerData
- CMMagnetometerData
The magnetometer data being provider
- error
- NSError
Error, if any.
Remarks
Signature for a method that can receive magnetometer data from the CMMotionManager.