Retrieve the manufacturer parameter from the first system (System 0) detected on the FeliCa tag.
#include <nfc/nfc.h>
NFC_API nfc_result_t nfc_get_tag_manufacturer_param(const nfc_target_t *target, uchar_t *result, size_t max_result_length, size_t *result_length)
BlackBerry 10.2.0
The NFC target returned from the nfc_get_target() function.
A pointer to a preallocated buffer where the manufacturer parameter is returned.
The length of the preallocated buffer.
The length of the returned manufacturer parameter copied into the result buffer.
This function returns the manufacturer parameter from the first system detected on the FeliCa tag