| | |
| | | // public static int Reg_Count_Real = 8; //寄存器数量
|
| | | public static int Reg_Count_Real = 11; //寄存器数量
|
| | |
|
| | | private Date record_time; //'更新时间',
|
| | | private Date record_time = new Date(0); //'更新时间',
|
| | | private String gprs_sn; //'gprs模块SN码',
|
| | | private String client_ip; //'设备IP地址',
|
| | | private int already_id_count; //'当前锁已授权卡数量',
|
| | |
| | | private int[] mac_addr = new int[6]; //锁具蓝牙MAC地址
|
| | |
|
| | | private String ctl_uname = ""; //操作用户名
|
| | | |
| | | private boolean StoreDataBusy = false;
|
| | |
|
| | | public ElectLock_State() {
|
| | |
|
| | |
| | | last_unlock_id = unlock_id; //'上一次刷开开锁卡号[仅刷开开锁时有效]',
|
| | | }
|
| | | }
|
| | | |
| | | record_time = new Date();
|
| | | buffer.compact();
|
| | | return true;
|
| | | }
|
| | |
| | | }
|
| | | err_count++;
|
| | | }
|
| | |
|
| | |
|
| | | @Override
|
| | | public String toString() {
|