Created
October 3, 2014 18:15
-
-
Save martinusadyh/3323534463bc8bed0bb6 to your computer and use it in GitHub Desktop.
Contoh Penggunaan ISOMUX
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ISOMUX isoMux = new ISOMUX(channel) { | |
| @Override | |
| protected String getKey(ISOMsg m) throws ISOException { | |
| return super.getKey(m); | |
| } | |
| }; | |
| // jalankan ISOMUXnya | |
| new Thread(isoMux).start(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment