| | |
| | | @Override |
| | | public MidResult[] parse(Boolean isLowPower, CodeParseParams params, CodeParseCallback callback)throws Exception { |
| | | ParseParamsForUpV2 para = (ParseParamsForUpV2)params ; |
| | | int bsLen = new CommonV2().parseDataLen(para.upBuffer) ; |
| | | int bsLen = new CommonV2().parseDataLen4P206(para.upBuffer) ; |
| | | if(bsLen > 0){ |
| | | this.doParse(para.upBuffer, |
| | | bsLen, |
| | |
| | | Data data = new Data() ; |
| | | data.setSubData(new DataV2()) ; |
| | | |
| | | int bsLen = new CommonV2().parseDataLen(bs) ; |
| | | int bsLen = new CommonV2().parseDataLen4P206(bs) ; |
| | | if(bsLen > 0){ |
| | | try { |
| | | obj.doParse(bs, |