handleSYNC_LOG_WithData function

void handleSYNC_LOG_WithData(
  1. List<int> value
)

处理 同步日志 返回的数据

Implementation

void handleSYNC_LOG_WithData(List<int> value) async {
  // 0xFE 0x17 LEN ID LOG_TYPE YY MM DD HH mm CONTENT checksum
  String cmdName = '同步日志';
  temp_log(cmdName, value);
}