Package it.hakvoort.neuroclient.agent

Examples of it.hakvoort.neuroclient.agent.EEGAgent.sendPacket()


   
    // set the agent's header
    agent.setHeader(header);
   
    // send a EEG Data Packet to NeuroServer
    agent.sendPacket(new NeuroServerPacket(1, 3, new int[]{125, 129, 111}));
       
    // close the agent and disconnect from NeuroServer.
    agent.close()
  }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.