Xsens DOT iOS MFM SDK  ©2022 Xsens Technologies - Version: 2022.0.0
<XsensDotMFMDelegate> Protocol Reference

#import <XsensDotMFMManager.h>

Inheritance diagram for <XsensDotMFMDelegate>:

Instance Methods

(void) - onMFMProgress:address:
 
(void) - onMFMCompleted:address:
 

Detailed Description

The XsensDot MFM manager class The XsensDotMFMManager's delegate that can update MFM progress and status

Method Documentation

◆ onMFMCompleted:address:

- (void) onMFMCompleted: (XSDotMFMResultTpye)  type
address: (NSString *_Nullable)  address 
optional

When MFM process completed this method will be triggered.

Parameters
typeThe MFM result satus
addressThe XsensDotDevice address

◆ onMFMProgress:address:

- (void) onMFMProgress: (int)  progress
address: (NSString *_Nullable)  address 
optional

When call startMFM this method will be triggered.

Parameters
progressThe MFM progress
addressThe XsensDotDevice address

The documentation for this protocol was generated from the following file: