assertEquals(Constants.CMD_GETVERSION, pair.getStatus().id());
Command resp = pair.getResponse();
assertEquals(Constants.CMD_GETVERSION, resp.id());
assertEquals(API_VERSION, resp.content().readInt());
log.info(resp.content().readStringASCII());
}
@Test
public void testCloseHighLevel() throws IOException {
RequestMessage reqm = new RequestMessage();