Skip to content

Instantly share code, notes, and snippets.

@martinusadyh
Created October 3, 2014 18:16
Show Gist options
  • Select an option

  • Save martinusadyh/3f71d7dd1179158e24f0 to your computer and use it in GitHub Desktop.

Select an option

Save martinusadyh/3f71d7dd1179158e24f0 to your computer and use it in GitHub Desktop.
Contoh Penggunaan ISOServer
ISOServer server = new ISOServer(portNumber, channel, null);
new Thread(server).start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment