enum TlpErr
- DESCRIPTION
- These are the error codes returned by most of the TLP224e functions.
- VALUES
tlpSuccess
-
Successfull operation.
tlpErrWrongParameter
-
One or more parameters have a wrong value.
tlpErrUnknownReaderCommand
-
Unknow reader command (not a valid command code).
tlpErrUnsupportedSpeed
-
Line speed or mode not supported.
tlpErrResetUnsupportedProtocol
-
ICC interface or protocol not supported (warning on ATR).
tlpErrIccUnsupportedProtocol
-
ICC protocol not supported (ICC command rejected).
tlpErrResetMute
-
No ATR received (the card does not respond).
tlpErrResetParityError
-
ATR with parity error (after several attemps to retransmit).
tlpErrResetIncorectTck
-
ATR with incorect TCK (FIXME: what is a TCK? Time Clock?).
tlpErrIccMute
-
ICC command not answered.
tlpErrIccParityError
-
ICC command with parity error (maybe ICC is off).
tlpErrIccRemoved
-
ICC removed (the card was withdrawn while carrying out
the command).
tlpErrIccAbsent
-
ICC not present in the terminal.
tlpErrIccNok
-
Warning on an ICC command (SW is not 0x9000).
tlpErrKbdAnnul
-
Current keyboard input terminated by ANNUL hit.
tlpErrKbdTimeOut
-
Current keyboard input terminated by a timeout.
tlpErrKbdValid
-
Current keyboard input terminated by VALID hit.
tlpErrPalmOS
-
Error from the Palm host (such as a serial or memory error).
Call
TlpGetLastErr to get the last Palm error code.
tlpErrConversation
-
Conversation error between the host and the terminal.
This document was generated
by Alexandre Duret-Lutz on August, 7 2001
using texi2html