Mistake on this page?
Report an issue in GitHub or email us
Public Member Functions
GenericRecordParser< ParserImplementation, ParsingResult >::Delegate Struct Referenceabstract

Handle that receives parsed values. More...

#include <RecordParser.h>

Public Member Functions

virtual void on_record_parsed (const ParsingResult &object_parsed, const RecordID &id)=0
 Called when a record has been parsed and converted into a value_type. More...
 

Detailed Description

template<typename ParserImplementation, typename ParsingResult>
struct mbed::nfc::ndef::GenericRecordParser< ParserImplementation, ParsingResult >::Delegate

Handle that receives parsed values.

Definition at line 78 of file RecordParser.h.

Member Function Documentation

virtual void on_record_parsed ( const ParsingResult &  object_parsed,
const RecordID id 
)
pure virtual

Called when a record has been parsed and converted into a value_type.

Parameters
object_parsedThe record in its parsed form.
idThe RecordId associated with the object parsed.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.