Package org.infotechservice.smartcard.utils

Examples of org.infotechservice.smartcard.utils.CardReturnCodeClass


* @author Finder
*/
public class test2 {

    public static void main(String[] arg) {
        CardReturnCodeClass code = GSMReturnCode.getInstance();
        System.out.println(code.toString(0x6983));
    }
View Full Code Here

TOP

Related Classes of org.infotechservice.smartcard.utils.CardReturnCodeClass

Copyright © 2018 www.massapicom. 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.