Set end to find phone

Function sheet: setOverFindPhone

Flutter Example:

/// Stop looking for the phone
setOverFindPhone(
evtBase: _VBusEvtBase.base_app_set,
evtType: _VBusEvtType.app_set_over_fing_phone),

/// Stop looking for the phone
libManager.send(evt: CmdEvtType.setOverFindPhone, json: jsonEncode(json));

json fields delivered by App: | Field Name | Field Type | Field Description | | ------ | -------- | -------- | | states | int | 1: End |

Example:

{
"states" :1
}

json fields received by App :

Field Name Field Type Field Description
status int 0: success, not 0 failure

Example:

{
"status" :0
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by GitbookModify Date: 2024-01-19 16:13:04

results matching ""

    No results matching ""