| | |
| | | byte[] dev_ipaddr = m_Data.getItem(i).FBSDevIp;
|
| | | int dev_id_t = m_Data.getItem(i).FBSDeviceId;
|
| | | //System.err.println(m_Data.getItem(i).FBSDeviceId+" =="+ m_StatAndParam.check_dev_id);
|
| | | //if(m_Data.getItem(i).FBSDeviceId == m_StatAndParam.check_dev_id) {
|
| | | if(m_Data.getItem(i).dev_num.equals(m_StatAndParam.dev_num+"")) {
|
| | | if(m_Data.getItem(i).FBSDeviceId == m_StatAndParam.check_dev_id) {
|
| | | //if(m_Data.getItem(i).dev_num.equals(m_StatAndParam.dev_num+"")) {
|
| | | m_StatAndParam.dev_id = dev_id_t;
|
| | | dfu_state.dev_id = dev_id_t;
|
| | | //DevFBS9100_Encry_en = m_Data.getItem(i).aescode_en;
|
| | | reg_in_st = true;
|
| | | logger.debug("Find DevID:" + m_StatAndParam.dev_id + " OK DevNum:" + m_StatAndParam.dev_num);
|
| | | logger.debug("Find DevID:" + m_StatAndParam.dev_id + " OK check_dev_id:" + m_StatAndParam.check_dev_id);
|
| | | }
|
| | | if(true == reg_in_st) {
|
| | | break;
|