|  |  | 
 |  |  |  | 
 |  |  | import com.dy.common.mw.protocol.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.parse.global.GlParse; | 
 |  |  | import com.dy.common.mw.protocol.p206V1_0_0.upVos.DataCd98Vo; | 
 |  |  | import com.dy.common.util.ByteUtil; | 
 |  |  | import org.apache.logging.log4j.LogManager; | 
 |  |  | 
 |  |  |         DataCd98Vo cdData = new DataCd98Vo() ; | 
 |  |  |         dV1.subData = cdData ; | 
 |  |  |         //虚拟卡号 | 
 |  |  |         cdData.cardNo = ByteUtil.BCD2String_LE(bs, ProtocolConstantV206V1_0_0.dataIndex, ProtocolConstantV206V1_0_0.dataIndex+4) ; | 
 |  |  |         if(bs[ProtocolConstantV206V1_0_0.dataIndex + 5] == (byte)0xAA){ | 
 |  |  |         cdData.cardNo = GlParse.parseIcCardNo(bs, ProtocolConstantV206V1_0_0.dataIndex) ; | 
 |  |  |  | 
 |  |  |         if(bs[ProtocolConstantV206V1_0_0.dataIndex + 8] == (byte)0xAA){ | 
 |  |  |             cdData.success = true ; | 
 |  |  |         }else{ | 
 |  |  |             cdData.success = false ; |