Interface TerminalCommand

    • Method Detail

      • sendTerminalCommand

        byte[] sendTerminalCommand​(byte[] cmd)
                            throws CardTerminalException
        Send a command to the terminal.
        Parameters:
        cmd - A byte[] containing the command to be send to the card terminal.
        Returns:
        A byte[] with the result (null if no result is available).
        Throws:
        CardTerminalException - ;