Contents
Display Legacy Contents

 Print
    RFID Connect    
Connects to a RFID device.

Parameters

DeviceType
The type of RFID device to use.

it can be one of:

  • Internal API.
    Uses the device manufacturers API to connect to an internal or external scanner. 

  • External API.
    Uses an external Java library provided by you to interact with the barcode scanner 

Jar
File
<string>: defines the full path and name of the JAR or APK file that contains your barcode interface implementation.


Class Name <string>: Fully classified class name that contains the function to execute.
See Notes for more details.


User Parameters
<string>: String expression with any value that we will pass in the call to the Method Name.


     

  • Internal APIs supported in Android.
    • Cipherlab
    • M3
    • Bluebird
    • Chainway

  • External API option allows you to implement an interface with a RFID scanner SDK and use standard Kalipso RFID... actions to interact with it.
    • You can find the android java library containing the interfaces in Designer folder under "Plugins\Android\libs"
    • You should create a class that implements the KExternalScannerAPI interface. Then you pass in the path to the JAR/APK file you created and you must pass the name of the class that implements this interface. Kalipso will create an instance of this class, and any call to Kalipso RFID... actions will be translated into a call to the corresponding Interface method.
    • The KExternalEventsInterface that you will receive in the Connect() call allow you to send barcode scan events and other additional events to Kalipso to App Notifed events in Kalipso forms and to register callbacks for some events to be sent to you from Kalipso. See RunJar.

See also
NFC Connect
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 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

 
 
Updated : 2/22/2021 9:13 AM