« Return to Thread: Activating the NFC capabilities

Activating the NFC capabilities

by josergc :: Rate this Message:

Reply to Author | View in Thread

For activating the Automatic Device Discovery, it will be done in the early functions of the MIDlet to execute, like for instance in the constructor of the MIDlet and the static function to use will be:

com.sirit.nfc.Hardware.NFCRequestEnabledADD(true);

and for stopping it:

com.sirit.nfc.Hardware.NFCRequestEnabledADD(false);

 « Return to Thread: Activating the NFC capabilities