Contents
Display Legacy Contents

 Print
    NFC Connect    
Connects to the internal NFC Antenna of your mobile.

Parameters

Target of Message string
The control or variable that will have the NDEF message when an NDEF message is received. 

iOS Scan Message string
On iOS when NFC is activated a system popup shows with the message specified in this parameter. 


     
  • You can define here where the NDEF Message can be stored on a reading operation. It should be the first action to perform while using NFC.
  • When the device gets close to an NFC tag or another NFC device that is publishing an NDEF message, your device will receive that message and will be saved in the specified Target of Message, also, the event NFC Message Received will be triggered.
  • On iOS, it is not possible to simultaneously handle NDEF and HF tags, so, if Target of Message is filled in, Kalipso will use NFC reader in NFC NDEF mode, if it is empty, it will use the NFC reader in plain HF mode.
  • On iOS, the operating system does not allows us to control the user interface, it will always show a popup with the message specified. This means the application logic may not be compatible with Andoid/Win10. When NFCConnect is called, this popup will how up, and Kalipso events will be triggered normally, but you will be unable to show MessageBoxes or other forms until you call NFCDisconnect. So for example if you need to read an HF tag you would have to call NFCConnect and on the NFC Card Detected event you would have to call NFCReadTag, and then NFCDisconnect to close the system popup dialog so you can show the user the result of the Read Operation.

See also
NFC Disconnect
NFC Set Publishing State
NFC Create NDEF Message
NFC Parse NDEF Message
NFC Get Tag Type
NFC Read Tag
NFC Write Tag
NFC Tag Send Command
RFID Connect
RFID Disconnect
RFID is Connected
RFID Get Tag List
RFID Start Inventory
RFID Stop Inventory
RFID Read Tag
RFID Write Tag
RFID Set Tag Password
RFID Set Tag Lock State
RFID Kill Tag
RFID Set Reader Parameter
RFID Get Reader Parameter
RFID Send Command
RFID Start Tag Locating
RFID Stop Tag Location
GS1 EPC Encode
GS1 EPC Decode
Jet Set Label type
Jet Read Tag ID
JET Read Tag Text
Jet Write Tag Text
HF Set Label Type
HF Read Tag ID
HF Read Tag Text
HF Write Tag Text
Intermec Connect
Intermec Disconnect
Intermec Set Label Type
Intermec Get tag ID List
Intermec Read Tag Text
Intermec Write Tag Text
Inter. Send BRI Command
Syscan Connect
Syscan Disconnect
Syscan Select Label Type
Syscan Get tag ID List
Syscan Select Tag
Syscan Read Tag Text
Syscan Write Tag Text
Syscan Send Command
Syscan Get Answer
ACG Connect
ACG Disconnect
ACG Select Label Type
ACG Get Tag ID List
ACG Select Tag
ACG Read Tag Text
ACG Write Tag text
ACG Send Command
ACG Get Answer
Baracoda Inicialize
Baracoda Uninitialize
Baracoda Connect Device
Baracoda Disconnect Device
Baracoda Read RFID Tag Data
Baracoda Write RFID Tag Data
Unitech RH767UHF Connect
Unitech RH767UHF Disconnect
Unitech RH767UHF Get Tag List
Unitech RH767UHF Read Tag
Unitech RH767UHF Write Tag
Unitech RH767UHF Send Tag Password
Unitech RH767UHF Get Parameter
Unitech RH767UHF Set Parameter
Psion RFID UHF Connect
Psion RFID UHF Disconnect
Psion RFID UHF Get Tag List
Psion RFID UHF Read Tag
Psion RFID UHF Write Tag
Psion RFID UHF Get Property
Psion RFID UHF Set Property
Psion RFID UHF Set Password
Psion RFID UHF Set Lock State
Psion RFID UHF Kill Tag
Psion RFID HF Connect
Psion RFID HF Disconnect
Psion RFID HF Set Tag Type
Psion RFID HF Get Tag List
Psion RFID HF Read Tag
Psion RFID HF Write Tag
Nordic ID Connect
Nordic ID Disconnect
Nordic ID RFID Select Tag Type
Nordic ID RFID Get Tag ID List
Nordic ID RFID Select Tag
Nordic ID RFID Read Tag
Nordic ID RFID Write Tag
CipherLab RFID Connect
CipherLab RFID Disconnect
CipherLab RFID Reset
CipherLab Read Tag ID
CipherLab Read Tag Text
CipherLab Write Tag Text
Zebra RFID Connect
Zebra RFID Disconnect
Zebra RFID Get Tag List
Zebra RFID Read Tag
Zebra RFID Write Tag
Zebra RFID Set Password
Zebra RFID Set Lock State
Zebra RFID Kill Tag
Zebra RFID Get Configuration
Zebra RFID Set Configuration
Zebra RFID GPIO
Zebra RFID Inventory
Nordic ID NUR Connect
Nordic ID NUR Disconnect
Nordic ID NUR Is Connected
Nordic ID NUR Get Tag List
Nordic ID NUR Inventory
Nordic ID NUR Read Tag
Nordic ID NUR WriteTag
Nordic ID NUR Set Password
Nordic ID NUR Set Lock State
Nordic ID NUR Kill Tag
Nordic ID NUR Get Configuration
Nordic ID NUR Set Configuration
Samples
NFC Sample
 
 
Updated: 4/30/2020 9:31 AM