Closed DavidTruyens closed 2 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
As discussed this is a proposal to be able to store the NFC UID.