NAME

k8055m_card_present -- Determine if a k8055m card is present

LIBRARY

k8055-pic18f access library

SYNOPSIS

#include "k8055m.h"

int
k8055m_card_present(int cardNumber);
    

DESCRIPTION

Determines if the k8055m card configured to card number cardNumber is currently connected to the system. Card numbers are between 0 and 15.

RETURN VALUES

Returns 1 if card is present, 0 if not, -1 on error.