k8055m_card_present -- Determine if a k8055m card is present
k8055-pic18f access library
#include "k8055m.h" int k8055m_card_present(int cardNumber);
Determines if the k8055m card configured to card number cardNumber is currently connected to the system. Card numbers are between 0 and 15.
Returns 1 if card is present, 0 if not, -1 on error.