handle_bluetooth_data library

Functions

decryptTemp(List<int> value) Future<List<int>>
将蓝牙返回的数据进行解密
getHW_TYPE_str(int HW_TYPE) String
根据int值,转成对应的设备类型
handleAddPwdCardFingerprintWithData(List<int> value) → void
处理 为指定用户添加密码、卡、指纹 返回的数据
handleAutoLoginWithData(List<int> value) → void
处理 自动登陆指令 返回的数据
handleBingPhoneWithData(List<int> value) → void
处理 手机请求绑定锁 返回的数据
handleClear_user_and_restore_factory_settings_WithData(List<int> value) → void
处理 清空用户、恢复出厂设置 返回的数据
handleCreateUserWithData(List<int> value) → void
处理创建用户 返回的数据
handleDelete_pwd_card_fingerprint_userWithData(List<int> value) → void
处理 删除密码、卡、指纹、用户 返回的数据
handleDfu_WithData(List<int> value) → void
查询 进入固件升级模式
handleDisconnet_bluetooth_WithData(List<int> value) → void
处理 主动让蓝牙断开连接 返回的数据
handleEdit_passwordWithData(List<int> value) → void
处理 修改密码 返回的数据
handleEdit_query_pwd_typeWithData(List<int> value) → void
处理 编辑密码类型 返回的数据
handleEditQueryUserNameWithData(List<int> value) → void
处理 编辑/查询用户名 返回的数据
handleEnable_Disable_Dynamic_Password_WithData(List<int> value) → void
处理 启用/禁用指定的动态密码 返回的数据
handleNotice_some_log_WithData(List<int> value) → void
处理 推送日志/告警日志 //锁产生的开锁信息和报警信息 返回的数据
handleNotice_Sync_end_WithData(List<int> value) → void
处理 设备通知APP,同步结束 返回的数据
handleNOTICE_SYNC_LOG_END_WithData(List<int> value) → void
处理 设备通知APP,同步日志结束 返回的数据
handleOpen_closeWithData(List<int> value) → void
处理 开锁关锁 返回的数据
handlePwd_login_verificationWithData(List<int> value) → void
处理 密码登录验证 返回的数据
handleQuery_admin_WithData(List<int> value) → void
处理 查询管理员信息 返回的数据
handleQuery_basic_message_WithData(List<int> value) → void
处理 查询锁的基本信息 返回的数据
handleQuery_electricity_level_WithData(List<int> value) → void
处理 查询电量 返回的数据
handleQuery_lock_it_up_WithData(List<int> value) → void
处理 查询当前锁是否锁死 返回的数据
handleQuery_mac_address_WithData(List<int> value) → void
处理 查询锁端的MAC地址 返回的数据
handleQuery_set_basic_time_WithData(List<int> value) → void
处理 查询/设置基准时间 返回的数据
handleQuery_State_WithData(List<int> value) → void
处理 查询门锁状态 返回的数据
handleQuery_version_WithData(List<int> value) → void
处理 查询版本号 返回的数据
handleSET_QUERY_AUTO_LOCK_TIME_WithData(List<int> value) → void
处理 自动锁门时间设置、查询 返回的数据
handleSet_query_bing_PWD_WithData(List<int> value) → void
处理 设置/查询 绑定后能否自动生成密码 返回的数据
handleSet_Query_Lock_name_WithData(List<int> value) → void
处理 设置/查看锁的名称 返回的数据
handleSet_Query_spuer_WithData(List<int> value) → void
处理 设置/查看 超级用户的权限 返回的数据
handleSet_Query_time_WithData(List<int> value) → void
处理 设置日期时间/查询时间 返回的数据
handleSET_QUERY_VOLUME_WithData(List<int> value) → void
处理 查询/设置 音量大小 返回的数据
handleSYNC_LOG_WithData(List<int> value) → void
处理 同步日志 返回的数据
handleSync_User_bing_phone_WithData(List<int> value) → void
处理 同步用户、已绑定的手机 返回的数据
int2char(List<int> list) String
int2RadixString_16(List<int> list) String
temp_log(String cmdName, List<int> value) → void