2728293031323334353637
connection.connect(); // check if connection is connected if(connection.isConnected()) { // send hello command connection.sendCommand(Command.HELLO); } // disconnect from NeuroServer connection.disconnect(); }