|  |  | 
 |  |  | import com.dy.common.mw.protocol.*; | 
 |  |  | import com.dy.common.mw.protocol.p206V2.CodeV2; | 
 |  |  | import com.dy.common.mw.protocol.p206V2.CommonV2; | 
 |  |  | import com.dy.common.mw.protocol.p206V2.DataV2; | 
 |  |  | import com.dy.common.mw.protocol.p206V2.ParseParamsForUpV2; | 
 |  |  | import org.apache.logging.log4j.LogManager; | 
 |  |  | import org.apache.logging.log4j.Logger; | 
 |  |  | 
 |  |  |  | 
 |  |  |         midRs.reportOrResponse_trueOrFalse = false ;//主动上报 | 
 |  |  |  | 
 |  |  |         callback.callback(midRs.reportOrResponse_trueOrFalse); | 
 |  |  |         callback.callback(midRs.reportOrResponse_trueOrFalse, para.data.subData==null?null:((DataV2)(para.data.subData)).subData); | 
 |  |  |         return new MidResult[]{midRs} ; | 
 |  |  |     } | 
 |  |  |     /** |