oXBMCClient.sendButton("KB", "escape", true, false, false, (short)0 , (byte)0);
oXBMCClient.sendNotification("My Title", "Escape released");
Thread.sleep(7000);
oXBMCClient.sendLog((byte)0, "My Client disconnects....");
oXBMCClient.sendNotification("My Title", "Client will disconnect");
oXBMCClient.stopClient();
}
}