Get firmware algorithm file information (ACC/GPS)

Function table: getSupportDeviceOperateAlgFile

Example

Swift

Cmds.getAlgFileInfo().send { rs in
if case .success(let obj) = rs {
// Success
// obj is IDOAlgFileModel
}else {
// Failure
}
}

Kotlin

Cmds.getAlgFileInfo().send {
if (it.error.code == 0) {
// Success
// it.res is IDOAlgFileModel
}else {
// Failure
}
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2024-11-01 11:36:44

results matching ""

    No results matching ""