# NFC Tag Send Command

Uses the device NFC antenna for sending a command and receiving the answer to HF tags when in close proximity.

Action available for the following operating systems:

![](/files/-MRyMmurYkr5sJQek1Ij)

### Parameters

* **Tag Type** numeric - The type of tags to write data. It can be one of:
  * 1 - **Mifare Classic**
  * 2 - **Mifare Ultralight**
  * 3 - **ISO 15693**
* **Coded** numeric - Specifies if the data to write and answer received are coded with ASCII codes enclosed in ‘<’ and ‘>’. This is useful for debugging. It can be one of:
  * 1 - **Yes**
  * 2 - **No**
* **Command** string - The command to send to the tag.
* **Target Answer** string - The target control or variable to store the command answer.

{% hint style="warning" %}
This action is currently only supported on Android.
{% endhint %}

{% hint style="info" %}
A part of Android documentation on the command parameter states:

* Applications must not append the EoD (CRC) to the payload, it will be automatically calculated.
* Applications must only send commands that are complete bytes, for example a SENS\_REQ is not possible (these are used to manage tag polling and initialization).
  {% endhint %}

{% hint style="info" %}
On Android, specifying **Tag Type = 0** allows to send a command for any tag type supported by Android.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-rfid/nfc-tag-send-command.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
