Skip to content

Instantly share code, notes, and snippets.

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

  • Save martinusadyh/8a7c06df95b004eff5ad to your computer and use it in GitHub Desktop.

Select an option

Save martinusadyh/8a7c06df95b004eff5ad to your computer and use it in GitHub Desktop.
Cara mengambil respon melalui ISORequest
ISOMsg reply = req.getResponse(50*1000);
if (reply != null) {
System.out.println("Req ["+new String(networkReq.pack()) + "]");
System.out.println("Res ["+new String(reply.pack()) + "]");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment