Prosody generic: API: sm_get_card_rev

Prototype Definition

int sm_get_card_rev(struct sm_card_rev_parms *cardrevp)

Parameters

*cardrevp
a structure of the following type:
typedef struct sm_card_rev_parms {
	tSMCardId card;						/* in */
	tSM_INT rev[8];						/* out */
	char rev_additional[kSMMaxRevAddText];			/* out */
} SM_CARD_REV_PARMS;

Description

Obsolete call - not applicable to Prosody X or Prosody S.

Fields

card
The card about which information is required
rev
main revision information
rev_additional
additional revision information

Returns

0 if call completed successfully, otherwise a standard error such as:


This function is part of the Prosody generic API.