Get the song name and folder of the firmware

Function table: getSupportV3BleMusic getSupportGetBleMusicInfoVerV3 (secondary menu)

Example

Swift

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

Kotlin

Cmds.getBleMusicInfo().send {
 if (it.error.code == 0) {
 // Success 
 // it.res is IDOMusicInfoModel
 }else {
 // Failure 
 }
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by Gitbook修改日期: 2024-04-22 17:20:23

results matching ""

    No results matching ""