NAME
SpringProxAPI :: Innovatron radio protocol
DESCRIPTION
Implementation of Innovatron radio protocol (Calypso card)
NAME
SPROX_Bi_Apgen
DESCRIPTION
Configure the reader for B' operation and perform APGEN
NOTES
This function is only avalaible for Calypso-enabled readers (-C suffix in the part number) Please refer to Calypso documentation for details regarding the command itself.
INPUTS
BYTE uid[4] : 4-byte Unique ID of the card BYTE atr[32] : ATR returned by the card (if some) BYTE *atrlen : on input, size of ATR on output, actual length of ATR
RETURNS
MI_OK : success, card selected MI_NOTAGERR : no card available in the RF field Other code if internal or communication error has occured.
SEE ALSO
SPROX_Bi_Attrib
NAME
SPROX_Bi_Attrib
DESCRIPTION
Perform type B' ATTRIB
NOTES
This function is only avalaible for Calypso-enabled readers (-C suffix in the part number) Please refer to Calypso documentation for details regarding the command itself.
INPUTS
BYTE uid[4] : 4-byte Unique ID of the card as returned by SPROX_Bi_Apgen
RETURNS
MI_OK : success, card activated Other code if internal or communication error has occured.
SEE ALSO
SPROX_Bi_Apgen SPROX_Bi_Exchange
NAME
SPROX_Bi_Disc
DESCRIPTION
Perform type B' DISC
NOTES
This function is only avalaible for Calypso-enabled readers (-C suffix in the part number) Please refer to Calypso documentation for details regarding the command itself.
INPUTS
None
RETURNS
MI_OK : success, card de-activated Other code if internal or communication error has occured.
SEE ALSO
SPROX_Bi_Apgen SPROX_Bi_Attrib
NAME
SPROX_Bi_Exchange
DESCRIPTION
Perform type B' COM_R/RR exchange
NOTES
This function is only avalaible for Calypso-enabled readers (-C suffix in the part number) Please refer to Calypso documentation for details regarding the command itself.
INPUTS
const BYTE send_buffer[] : buffer to send to the card WORD send_len : length of send_buffer (max 256) BYTE recv_buffer[] : buffer for card's answer WORD *recv_len : input : size of recv_buffer output : actual length of reply
RETURNS
MI_OK : success Other code if internal or communication error has occured.
SEE ALSO
SPROX_Bi_Attrib