Strooom / PN7150

Library/Driver for NXP PN7150 NFC device
Other
24 stars 24 forks source link

Proposal to be able to copy the UID #11

Closed DavidTruyens closed 2 years ago

DavidTruyens commented 4 years ago

As discussed this is a proposal to be able to store the NFC UID.

DavidTruyens commented 4 years ago

I've also added a state to check if the reader is Activated or not.

    void activate();                                // moves the StateMachine from Idle to Discover and starts the polling
    void deActivate(NciRfDeAcivationMode theMode);  // moves the StateMachine from PollActive or WaitingForHostSelect back into Idle
    ActiveStatus getActivationState() const;        // returns the activation state