PP1000_STATUS PP1000CloseCard(
PP1000_HANDLE Card);
Arguments | |
Card | Handle of card to close. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_INVALID_HANDLE |
Card is not a valid card handle. |
Description | |
|
PP1000_STATUS PP1000GetCards(
unsigned * NumCards,
PP1000_DEVICE_COUNT ** CardIDs);
Arguments | |
NumCards | Pointer to location to receive number of cards in the system. |
CardIDs | Pointer to location to receive list of cards in the system. |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_NO_DRIVER |
RC1000-PP driver is not installed. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
PP1000_NO_MEMORY |
Not enough memory to complete operation. |
Description | |
|
PP1000_STATUS PP1000OpenCard(
PP1000_DEVICE_NUM CardID,
PP1000_HANDLE * Card);
Arguments | |
CardID | ID of card to open |
Card | Pointer to location to receive handle of open card |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_NULL_POINTER |
Card is a NULL pointer. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
PP1000_NO_MEMORY |
Not enough memory to complete operation. |
PP1000_INVALID_CARDID |
No cards with ID of CardID found. |
PP1000_NO_FREE_CARDS |
No free cards with ID of CardID found. |
Description | |
|
PP1000_STATUS PP1000OpenFirstCard(
PP1000_HANDLE * Card);
Arguments | |
Card | Pointer to location to receive handle of open card |
Return Values | |
PP1000_SUCCESS |
Success. |
PP1000_NULL_POINTER |
Card is a NULL pointer. |
PP1000_INTERNAL_ERROR |
Error while talking to driver. |
PP1000_NO_MEMORY |
Not enough memory to complete operation. |
PP1000_NO_FREE_CARDS |
No free cards with ID of CardID found. |
Description | |
|