s="n">System.out.printf ("clientConnect returned %d\n", rv); System.exit (1); } rv = api.controlPing(); System.out.printf ("data plane pid is %d\n", rv); Thread.sleep (5000); api.clientDisconnect(); System.out.printf ("Done...\n"); } }