Contents
Display Legacy Contents

 Print
    NFC Parse NDEF Message    
Provides several formats to parse an NDEF (NFC Data Exchange Format) Message to retrieve specific information from it.

Parameters

Message string
The NDEF message to parse.


Option unquoted string
The information to retrieve from the message.


It can be one of:

  • Get Number of Records
    Get the total number of records in the NDEF message.

    • Target for Record Count numeric
      the control or variable that will receive the number of records.


  • Raw Data
  • To retrieve the NDEF record raw content.

      Record Index numeric
      Index of the record to retrieve.


      Target for TNF numeric
      The control or variable that will receive the TNF record. Check NFC Create Ndef Message for possible values.

      Target for Type string
      The control or variable that will receive the TNF type.

      Target for Payload string
      The control or variable that will receive the record content.

      This is retrieved without any decoding done by Kalipso. Decode with UTF8ToString(), or other type of decoding.

      Target for ID string
      The control or variable that will receive the ID if it has one.


  • URI
    Retrieve the URI of a URI record.

      Record Index numeric
      Index of the record to retrieve data.

      Target for URI string
      The control or variable that will receive the URI.

      Target for ID string
      The control or variable that will receive the ID if it has one.


  • Text
    To retrieve the text from a text NDEF record.

      Target for Language Code string
      The control or variable that will receive the text language code.

      Target for Text string
      The control or variable that will receive the record text.

      Target for ID string
      The control or variable that will receive the ID if it has one.

  • MIME
    Retrieve the MIME content of a MIME record.

      Record Index numeric
      Index of the record to retrieve data.

      Target for Type string
      The control or variable that will receive the record MIME type.

      Target for Data string
      The control or variable that will receive record MIME data. the record MIME type.

      This is retrieved without any decoding done by Kalipso. Decode with UTF8ToString(), or other type of decoding.

      Target for ID string
      The control or variable that will receive the ID if it has one.


  • Smart Poster
    To retrieve a smart poster content from an NDEF record.

      Record Index numeric
      The record index to retrieve the data from.

      Target for Message string
      The control or variable that will receive the Smart Poster Message.
      Normally this is an NDEF message that can be parsed with another call to this action.

      Target for ID string
      The control or variable that will receive the ID if it has one.


  • External
    To retrieve a content from an NDEF record of external type. Normally this is application specific data.

      Record Index numeric
      The record index to retrieve the data from.

      Target for Domain string
      The control or variable that will receive the record domain.

      Target for Type string
      The control or variable that will receive the record type

      Target for Data string
      The control or variable that will receive the record data

      This is retrieved without any decoding done by Kalipso. Decode with UTF8ToString(), or other type of decoding.

      Target for ID string
      The control or variable that will receive the ID if it has one

     
  • NFC uses NDEF messages to transmit information/data. An NDEF message is composed of one or more NDEF records. You can use this action to extract data from an NDEF message without having to manually implement the NDEF message format, but you can manually parse an NDEF message in Kalipso if you want to.

See also
NFC Connect
NFC Disconnect
NFC Set Publishing State
NFC Create NDEF Message
NFC Get Tag Type
NFC Read Tag
NFC Write Tag
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
Motorola RFID Connect
Motorola RFID Disconnect
Motorola RFID Get Tag List
Motorola RFID Read Tag
Motorola RFID Write Tag
Motorola RFID Set Password
Motorola RFID Set Lock State
Motorola RFID Kill Tag
Motorola RFID Get Configuration
Motorola RFID Set Configuration
Motorola RFID GPIO
Motorola 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: 12/28/2016 12:33 PM