This function is only in Prosody version 2 (TiNG).
int sm_open_prosody_pci(struct sm_open_prosody_pci_parms *openp)
typedef struct sm_open_prosody_pci_parms {
char serial_no[kSMMaxSerialNoPCI]; /* in */
tSMCardId card_id; /* in */
} SM_OPEN_PROSODY_PCI_PARMS;
Opens a card for use with Prosody. This function must be
invoked by applications using the V6 interface to register the
tSMCardId value for passing into any other
Prosody API function which refers to this card.
0 if call completed successfully, otherwise a standard error.
This function is part of the Prosody PCI API.