File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
docs/reference/api/connectivity/nfc Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,9 @@ void parse_ndef_message(const Span<const uint8_t> &buffer) {
77
77
78
78
An application can extend capabilities of ` SimpleMessageParser ` by adding new record parsers (` mbed::nfc::ndef::RecordParser ` ) at runtime.
79
79
80
- [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME )
80
+ [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1_message_parser.html )
81
+
82
+ [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1common_1_1_simple_message_parser.html )
81
83
82
84
#### Construction
83
85
@@ -103,4 +105,4 @@ size_t build_ndef_message(const Span<uint8_t> &buffer) {
103
105
}
104
106
```
105
107
106
- [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/FIXME )
108
+ [ ![ View code] ( https://www.mbed.com/embed/?type=library )] ( http://os-doc-builder.test.mbed.com/docs/development/mbed-os-api-doxy/classmbed_1_1nfc_1_1ndef_1_1_message_builder.html )
You can’t perform that action at this time.
0 commit comments