Skip to content
Snippets Groups Projects
Commit b0bdfac4 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

updated OneShotServer

parent 825efef0
No related branches found
No related tags found
No related merge requests found
......@@ -24,8 +24,10 @@ public class OneShotServer {//implements Handler {
LabCommEncoderChannel e = new LabCommEncoderChannel(out );
FooSample.register(e);
FooSample sample = new FooSample();
sample.s = "OneShotServer message";
sample.x = 17;
sample.y = 42;
sample.a = new int[]{10,11,12};
sample.t = 1717;
sample.d = 0.42;
printSample("Server sending", sample);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment