| | |
| | | rt = this.stopTcpSv() ; |
| | | }else if(com.equals(CodeLocal.recoverTcpSv)){ |
| | | rt = this.recoverTcpSv() ; |
| | | }else if(com.equals(CodeLocal.mwInfo)){ |
| | | rt = this.mwInfo() ; |
| | | }else if(com.equals(CodeLocal.mwState)){ |
| | | rt = this.mwState() ; |
| | | }else if(com.equals("10")){ |
| | | rt = this.cd10() ; |
| | | }else if(com.equals("21")){ |
| | |
| | | return this.sendCom2Mw(this.commandLocal(CodeLocal.recoverTcpSv, null, null)) ; |
| | | } |
| | | |
| | | private BaseResponse mwInfo(){ |
| | | return this.sendCom2Mw(this.commandLocal(CodeLocal.mwInfo, null, null)) ; |
| | | private BaseResponse mwState(){ |
| | | return this.sendCom2Mw(this.commandLocal(CodeLocal.mwState, null, null)) ; |
| | | } |
| | | |
| | | private BaseResponse cd10(){ |