|  |  | 
 |  |  |     @Override | 
 |  |  |     public MidResult[] parse(Boolean isLowPower, CodeParseParams params, CodeParseCallback callback)throws Exception { | 
 |  |  |         ParseParamsForUpV1 para = (ParseParamsForUpV1)params ; | 
 |  |  |         int bsLen = new CommonV1().parseDataLen(para.upBuffer) ; | 
 |  |  |         int bsLen = new CommonV1().parseDataLen4P206(para.upBuffer) ; | 
 |  |  |         if(bsLen > 0){ | 
 |  |  |             this.doParse(para.upBuffer, | 
 |  |  |                     bsLen, | 
 |  |  | 
 |  |  |             confirmCommand.isQuickSend = true ; | 
 |  |  |         } | 
 |  |  |         callback.callback(midRs.reportOrResponse_trueOrFalse); | 
 |  |  |         return new MidResult[]{midRs, confirmCommand} ; | 
 |  |  |         return new MidResult[]{confirmCommand, midRs} ; | 
 |  |  |     } | 
 |  |  |     /** | 
 |  |  |      * 执行分析 |