nfc_se_reader_set_technology_types()

Set the technology types (protocols) that are to be emulated.

Synopsis:

#include <nfc/nfc_se_access.h>
 
NFC_API nfc_result_t nfc_se_reader_set_technology_types(uint32_t hSESession, uint32_t technologyTypes)

Arguments:

hSESession

The handle to the open session.

technologyTypes

The technology types to emulate. This bit field must be constructed from the technology_types_t constants. To enable card emulation, set this parameter to an appropriate technology type; to disable card emulation, set it to TECHNOLOGY_TYPE_NONE.

Library:

libnfc

Description:

Use this function to enable or disable UICC-based card emulation.

Returns:

NFC_RESULT_SUCCESS if the technology types are set successfully; or one of the following: