Xsens DOT iOS SDK
©2022 Xsens Technologies - Version: 2022.0.0
|
#import <XsensDotOtaManager.h>
Instance Methods | |
(void) | - onOtaRollback:result:version:releaseNotes: |
(void) | - onOtaUpdates:result:version:releaseNotes: |
(void) | - onOtaFileMismatch: |
(void) | - onOtaUncharged: |
(void) | - onOtaDownload:version: |
(void) | - onOtaStart:result:errorCode: |
(void) | - onOtaProgress:progress:errorCode: |
(void) | - onOtaEnd:result:errorCode: |
The OTA control manager The XsensDotManager delegate that can update all the status during the whole OTA process
|
optional |
When call checkOtaRollbackAndDownload or checkOtaUpdatesAndDownload and the firmeare has been downloaded ,this method will be triggered.
address | The XsensDotDevice mac address |
version | The firmware version |
|
optional |
This method will be triggered after OTA finished or call stopOta
address | The XsensDotDevice mac address |
result | The OTA finished result |
errorCode | The error code (0 indicate had no errors) |
|
optional |
When call startOta and the firmware file is not match the DOT, this method will be triggered.
address | The XsensDotDevice mac address |
|
optional |
This method will be triggered after call startOta
address | The XsensDotDevice mac address |
progress | The progress while doing OTA |
errorCode | The error code (0 indicate had no errors) |
|
optional |
When call checkOtaRollback or checkOtaRollbackAndDownload this method will be triggered.
address | The XsensDotDevice mac address |
result | The rollback result |
version | The firmeare version |
releaseNotes | The firmware release notes |
|
optional |
This method will be triggered after call startOta
address | The XsensDotDevice mac address |
result | The start result |
errorCode | The error code (0 indicate had no errors) |
|
optional |
When call startOta and the sensor is not charging , this method will be triggered.
address | The XsensDotDevice mac address |
|
optional |
When call checkOtaUpdates or checkOtaUpdatesAndDownload this method will be triggered.
address | The XsensDotDevice mac address |
result | The update result |
version | The firmeare version |
releaseNotes | The firmware release notes |