Return the property value associated with a tag property name.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_tag_property(const nfc_target_t *target, target_property_type_t property, char *buffer, size_t buffer_length)
BlackBerry 10.0.0
The NFC target returned from the nfc_get_target() function.
The requested property.
A pointer to a preallocated buffer of type char in which the property value is updated.
The size of the preallocated buffer.
The value of the requested property is copied into the provided buffer of type char and null-terminated.