|  |  |  | 
|---|
|  |  |  | package com.dy.rtuMw.server.rtuData.p206V202404; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.dy.common.mw.protocol.Data; | 
|---|
|  |  |  | import com.dy.common.mw.protocol.p206V202404.DataV202404; | 
|---|
|  |  |  | import com.dy.common.mw.protocol.p206V202404.ProtocolConstantV206V202404 ; | 
|---|
|  |  |  | import com.dy.common.mw.protocol.p206V202404.upVos.DataCd02Vo; | 
|---|
|  |  |  | import com.dy.rtuMw.server.rtuData.TaskSurpport; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * @Author liurunyu | 
|---|
|  |  |  | 
|---|
|  |  |  | public void execute(Object data) { | 
|---|
|  |  |  | Data d = (Data)data ; | 
|---|
|  |  |  | if(d.getProtocol() != null && d.getProtocol().equals(ProtocolConstantV206V202404.protocolName)){ | 
|---|
|  |  |  | //识别出是P206V202404协议数据 | 
|---|
|  |  |  | this.toNextTasks(data); | 
|---|
|  |  |  | }else{ | 
|---|
|  |  |  | //不是本协议的数据 | 
|---|