()
| 173 | |
| 174 | // 工具方法:创建基础信息请求 |
| 175 | public static Request createInfoRequest() { |
| 176 | return new Request(TYPE_INFO, new byte[0]); |
| 177 | } |
| 178 | |
| 179 | // 工具方法:创建命令执行请求 |
| 180 | public static Request createCommandRequest(String cmd) { |
nothing calls this directly
no outgoing calls
no test coverage detected