|  |  | 
 |  |  | import com.dy.common.mw.protocol.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V202404.CodeV202404; | 
 |  |  | import com.dy.common.mw.protocol.p206V202404.ParseParamsForDownV202404; | 
 |  |  | import com.dy.common.mw.protocol.p206V202404.downVos.ComCd22Vo; | 
 |  |  | import com.dy.common.mw.protocol.p206V202404.downVos.ComCd92_A2Vo; | 
 |  |  | import com.dy.common.mw.protocol.p206V202404.parse.global.GlCreate; | 
 |  |  | import com.dy.common.util.ByteUtil; | 
 |  |  | 
 |  |  |             for(int i = 0 ; i < bTempLen; i++){ | 
 |  |  |                 bs[index++] = bTemp[i] ; | 
 |  |  |                 count ++ ; | 
 |  |  |                 if(count >= 4){ | 
 |  |  |                 if(count >= 5){ | 
 |  |  |                     break ; | 
 |  |  |                 } | 
 |  |  |             } | 
 |  |  |             for(; count < 4; count++){ | 
 |  |  |             for(; count < 5; count++){ | 
 |  |  |                 bs[index++] = 0 ; | 
 |  |  |             } | 
 |  |  |  |