NAME

k8055m_close -- Close a k8055m card

LIBRARY

k8055-pic18f access library

SYNOPSIS

#include "k8055m.h"

int
k8055m_close(int cardNumber);
    

DESCRIPTION

End communications with k8055m card number cardNumber. This will free resources and terminate the IO thread.

RETURN VALUES

Returns 0 on success, -1 on error.