get_cmd_data
library
Functions
-
getAdd_pwd_card_fingerprint_data(int NID, BluetoothCmdType cmdTYPE, List<int>? PASSWORD)
→ Future<List<int>>
-
获取 添加密码/卡/指纹 的数据
-
getAutoLoginData(List<int> passwordList)
→ Future<List<int>>
-
获取 自动登陆指令 的数据
-
getAutoLoginData_bujiami(List<int> passwordList)
→ Future<List<int>>
-
获取 自动登陆指令 的数据 不加密 返回长度为19的数组
-
getBingPhoneData(String qrCode)
→ Future<List<int>>
-
获取 绑定手机指令 的数据
-
getClear_user_and_restore_factory_settings_data(ZYG_ClearType cmdType)
→ Future<List<int>>
-
查询 清空用户、恢复出厂设置
-
getCreateUserData(String userName)
→ Future<List<int>>
-
获取 创建用户指令 的数据
-
getDelete_pwd_card_fingerprint_user_data(int ID, BluetoothCmdType cmdType)
→ Future<List<int>>
-
获取 添加密码/卡/指纹 的数据 ,参数ID为密码的id或者是指纹的id或者是卡的id
-
getDfu_data()
→ Future<List<int>>
-
查询 进入固件升级模式
-
getDisconnet_bluetooth_data()
→ Future<List<int>>
-
获取 主动断开蓝牙 的数据
-
getEdit_password_data(List<int> password, int NID, int ID)
→ Future<List<int>>
-
获取 修改密码 的数据 ID为密码对应的存储id NID为对应用户的NID
-
getEdit_query_pwd_type_data(int ID, ENABLE_type enable_type)
→ Future<List<int>>
-
获取 修改或者查询密码的类型
-
getEditqueryUserNameData(int NID, String name)
→ Future<List<int>>
-
获取 查询/编辑用户名 的数据
-
getEnable_Disable_Dynamic_Password_data(bool isEable, List<int> PASSWORD)
→ Future<List<int>>
-
获取 启用/禁用指定的动态密码 的数据 isEable:是否启用密码
-
getOpen_close_data(List<int> password, OPEN_CLOSE_type type)
→ Future<List<int>>
-
获取 开锁关锁 的数据
-
getPwd_login_verification_data(List<int> passwordList)
→ Future<List<int>>
-
获取 密码登录验证 的数据
-
getQuery_admin_data()
→ Future<List<int>>
-
获取 查询管理员信息 的数据
-
getQuery_basic_message_data()
→ Future<List<int>>
-
查询 锁的基本信息
-
getQuery_electricity_level_data()
→ Future<List<int>>
-
获取 查询电量 的数据
-
getQuery_lock_it_up_data()
→ Future<List<int>>
-
查询 APP当前锁是否锁死
-
getQuery_mac_address_data()
→ Future<List<int>>
-
获取 查询锁端的MAC地址 的数据
-
getQUERY_SET_BASIC_TIME_data()
→ Future<List<int>>
-
获取 查询/设置基准时间 的数据
-
getQuery_State_data()
→ Future<List<int>>
-
获取 查询锁的状态 的数据
-
getQuery_version_data()
→ Future<List<int>>
-
获取 查询版本号 的数据
-
getSET_QUERY_AUTO_LOCK_TIME_data(String? TIME_str)
→ Future<List<int>>
-
获取 自动锁门时间设置、查询 的数据
-
getSet_query_bing_PWD_data(AUTO_PWD_ENABLE_type enable_type)
→ Future<List<int>>
-
获取 设置/查询 绑定后能否自动生成密码 的数据
-
getSet_Query_Lock_name_data(String? nameStr)
→ Future<List<int>>
-
获取 设置/查看锁的名称 的数据
-
getSet_query_spuer_data(ZYG_Super_PRIVILEGE_type type)
→ Future<List<int>>
-
获取 设置/查看 超级用户的权限 的数据
-
getSet_Query_time_data(DateTime? time)
→ Future<List<int>>
-
获取 设置日期时间/查询时间 的数据
-
getSET_QUERY_VOLUME_data(ZYG_Lock_Volume v)
→ Future<List<int>>
-
获取 查询/设置 音量大小 的数据
-
getSYNC_LOG_data(DateTime? time)
→ Future<List<int>>
-
获取 同步日志 的数据
-
getSync_user_bing_phone_data(SYNC_type sync_type)
→ Future<List<int>>
-
获取 同步用户、已绑定的手机 的数据
-
myEncryptWithBytes(List<int> dataList)
→ Future<List<int>>
-
-
myEncryptWithBytes_19To20(List<int> dataList)
→ Future<List<int>>
-
-
tempEncrypt(int cmd, List<int> subData)
→ Future<List<int>>
-
去加密 包含指令和长度的数据:cmdData,有效数据:subData