Activating the NFC capabilities

View: New views
1 Messages — Rating Filter:   Alert me  

Activating the NFC capabilities

by josergc :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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);