| | |
| | | |
| | | public String rtuResultSendWebUrl ;//rtu返回命令结果 发向目的地web URL |
| | | public String protocolName ; |
| | | public Short protocolVersion ; |
| | | public String rtuAddr ;//控制器地址 |
| | | public String commandId ; |
| | | public String commandCode ; |
| | |
| | | |
| | | public void clear(){ |
| | | this.protocolName = null ; |
| | | this.rtuAddr = null ; |
| | | this.protocolVersion = null ; |
| | | this.rtuAddr = null ; |
| | | this.commandId = null ; |
| | | this.commandCode = null ; |
| | | this.param = null ; |
| | |
| | | public void setValue( |
| | | String rtuResultSendWebUrl, |
| | | String protocolName, |
| | | Short protocolVersion, |
| | | String rtuAddr, |
| | | String commandId, |
| | | String commandCode, |
| | |
| | | Object attachment ){ |
| | | this.rtuResultSendWebUrl = rtuResultSendWebUrl ; |
| | | this.protocolName = protocolName ; |
| | | this.protocolVersion = protocolVersion ; |
| | | this.rtuAddr = rtuAddr ; |
| | | this.commandId = commandId ; |
| | | this.commandCode = commandCode ; |