Get Font Library Information

Function Table: getFlashLog

Flutter Example:

/// Get Font Library Information event number
getFlashBinInfo(
  evtBase: _VBusEvtBase.base_app_get,
  evtType: _VBusEvtType.app_get_flash_bin_info),

/// Get Font Library Information
libManager.send(evt: CmdEvtType.getFlashBinInfo, json: jsonEncode(json));

JSON Fields Received by the App:

Field Name Field Type Description
status int Status: 0 - Normal, 1 - Invalid font, checksum error, 2 - Version mismatch
version int Font library version
match_version int Matching version required by the firmware
check_code int Font library checksum code

Example:

{
  "check_code" : 1211171869,
  "match_version" : 13,
  "status" : 0,
  "version" : 13
}
Copyright © 2023-2024 IDO. All rights reserved. all right reserved,powered by GitbookModify Date: 2025-04-30 09:32:44

results matching ""

    No results matching ""