Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: NDefLib X_NUCLEO_NFC01A1 mbed
Fork of HelloWord_Async_NFC01A1 by
ReadUriCallbacks Class Reference
Chain of callback that will read a NDef Message and print all the record of type URI. More...
#include <ReadUriCallbacks.h>
Public Member Functions | |
| ReadUriCallbacks (DigitalOut &onOpenSession, DigitalOut &onRead, DigitalOut &onCloseSession) | |
| create the callback chain | |
| virtual void | on_session_open (NDefLib::NDefNfcTag *tag, bool success) |
| crate the new message and write it | |
| virtual void | on_message_read (NDefLib::NDefNfcTag *tag, bool success, const NDefLib::Message *) |
| request to close the session | |
| virtual void | on_session_close (NDefLib::NDefNfcTag *, bool success) |
| switch on the led | |
Detailed Description
Chain of callback that will read a NDef Message and print all the record of type URI.
After each operation the class will switch on a led
Definition at line 43 of file ReadUriCallbacks.h.
Constructor & Destructor Documentation
| ReadUriCallbacks | ( | DigitalOut & | onOpenSession, |
| DigitalOut & | onRead, | ||
| DigitalOut & | onCloseSession | ||
| ) |
create the callback chain
- Parameters:
-
onOpenSession led to switch on when the session open onWrite led to switch on when the write end onCloseSession led to switch on when the session end
Definition at line 59 of file ReadUriCallbacks.h.
Member Function Documentation
| virtual void on_message_read | ( | NDefLib::NDefNfcTag * | tag, |
| bool | success, | ||
| const NDefLib::Message * | |||
| ) | [virtual] |
request to close the session
- Parameters:
-
tag tag where close the session success true if the message is correctly wrote message wrote
Definition at line 85 of file ReadUriCallbacks.h.
| virtual void on_session_close | ( | NDefLib::NDefNfcTag * | , |
| bool | success | ||
| ) | [virtual] |
switch on the led
- Parameters:
-
tag where the session is closed success true if the session is correctly close
Definition at line 112 of file ReadUriCallbacks.h.
| virtual void on_session_open | ( | NDefLib::NDefNfcTag * | tag, |
| bool | success | ||
| ) | [virtual] |
crate the new message and write it
- Parameters:
-
tag tag where write the message success true if the session correctly open
Definition at line 68 of file ReadUriCallbacks.h.
Generated on Tue Jul 12 2022 22:53:54 by
1.7.2
