nfc_llcp_get_remote_miu()

Return the remote maximum information unit (MIU)

Synopsis:

#include <nfc/nfc.h>
 
NFC_API nfc_result_t nfc_llcp_get_remote_miu(nfc_target_t *llcpConnection, unsigned int *miu)

Arguments:

llcpConnection

The LLCP connection target.

miu

The returned remote maximum information unit.

Library:

libnfc

Description:

This function returns the remote MIU for an LLCP connection.

Returns:

NFC_RESULT_SUCCESS, or NFC_RESULT_INVALID_PARAMETER, which indicates that an invalid argument was passed to the function.