AppNearMe µNFC stack for the NXP PN532 chip License: You can use the stack free of charge to prototype with mbed; if you want to use the stack with your commercial product, get in touch!

Dependents:   IOT_sensor_nfc AppNearMe_MuNFC_PN532_Test p2p_nfc_test NFCMoodLamp ... more

Embed: (wiki syntax)

« Back to documentation index

NFCEvent.h File Reference

NFCEvent.h File Reference

NFC-related events. More...

Go to the source code of this file.

Enumerations

enum  NFCEvent { NFC_TRANSACTION_STARTED, NFC_TRANSACTION_SUCCESSFUL, NFC_TRANSACTION_FAILED }
 

NFC-related events.

More...

Detailed Description

NFC-related events.

Definition in file NFCEvent.h.


Enumeration Type Documentation

enum NFCEvent

NFC-related events.

Enumerator:
NFC_TRANSACTION_STARTED 

Transaction with reader started (anticollision successful)

NFC_TRANSACTION_SUCCESSFUL 

Transaction with reader successful.

NFC_TRANSACTION_FAILED 

Transaction with reader failed.

Definition at line 18 of file NFCEvent.h.