mirror of https://github.com/ARMmbed/mbed-os.git
Add has_started_session() in NFC EEPROM driver delegate
parent
1d61ab686e
commit
0e9e2fdbed
|
@ -31,6 +31,7 @@ namespace nfc {
|
||||||
NFCEEPROMDriver();
|
NFCEEPROMDriver();
|
||||||
|
|
||||||
struct Delegate {
|
struct Delegate {
|
||||||
|
virtual void has_started_session(bool success) = 0;
|
||||||
virtual void has_read_bytes(bool success, const uint8_t* bytes) = 0;
|
virtual void has_read_bytes(bool success, const uint8_t* bytes) = 0;
|
||||||
virtual void has_written_bytes(bool success) = 0;
|
virtual void has_written_bytes(bool success) = 0;
|
||||||
virtual void has_set_size(bool success) = 0;
|
virtual void has_set_size(bool success) = 0;
|
||||||
|
|
Loading…
Reference in New Issue