Get Firmware Local Contact File Modification Time
Menu: TODO
Flutter Example:
/// Get firmware local contact file modification time event number
getContactReviseTime(
evtBase: _VBusEvtBase.base_app_get,
evtType: _VBusEvtType.app_get_contact_revice_time
),
/// Get firmware local contact file modification time
libManager.send(evt: CmdEvtType.getContactReviseTime, json: jsonEncode(json));
JSON Fields Received by the App:
Field Name | Field Type | Field Description |
---|---|---|
result | int | 0: No need to send contact file 1: Need to send contact data |
Example:
{
"result": 0
}