Blacklist API

API that adds a card to the blacklist when a card is lost or to limit access.

BS2BlackList

typedef struct {
    uint8_t cardID[BS2_CARD_DATA_SIZE];
    uint16_t issueCount;
} BS2BlackList;

1. cardID
Card ID.

2. issueCount
Number of the issue count of a card. CSN cards are always set as 0, and smart cards will have the issue count that is written on the card.