> For the complete documentation index, see [llms.txt](https://developer.magtek.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.magtek.com/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/nfc-property-subgroup-2.1.2.9.nn.md).

# NFC - Property Subgroup 2.1.2.9.nn

## Table NFC-1 - NFC Hardware’s Firmware VersionHardware’s Firmware Version - Property 2.1.2.9.1.1&#x20;

<table data-header-hidden><thead><tr><th width="228"></th><th></th></tr></thead><tbody><tr><td>Property Description</td><td></td></tr><tr><td>Property OID</td><td>2.1.2.9.1.1 / 0x020102090101</td></tr><tr><td>Name</td><td>NFC Hardware’s Firmware Version</td></tr><tr><td>Description</td><td>The device uses this two-byte property, in most significant byte order, to report its NFC Hardware’s Firmware version. MS byte is major version.  LS byte is minor version.</td></tr><tr><td>Securing Key</td><td>None</td></tr><tr><td>Min. Len (b)</td><td>2</td></tr><tr><td>Max. Len (b)</td><td>2</td></tr><tr><td>Data Type</td><td>Binary</td></tr><tr><td>Valid Values</td><td>0 - 255</td></tr><tr><td>Default</td><td>None</td></tr></tbody></table>

## Table NFC-2 - NFC Hardware’s Firmware VersionHardware’s Firmware Version - Get Request Example

| Example (Hex)                                                |
| ------------------------------------------------------------ |
| AA00 8104 0155D101 840F D101 8501 02 8704 01020901 8902 C100 |

## Table NFC-3 - NFC Hardware’s Firmware VersionHardware’s Firmware Version - Get Response Example

| Example (Hex)                                                          |
| ---------------------------------------------------------------------- |
| AA0081048255D10182040000000084820011D1018501028704010209018904C1020401 |

## NFC Hardware’s EEPROM Version - Property 2.1.2.9.1.2&#x20;

## Table NFC-4 - NFC Hardware’s EEPROM VersionHardware’s EEPROM Version - Property 2.1.2.9.1.2&#x20;

<table data-header-hidden><thead><tr><th width="207.33331298828125"></th><th></th></tr></thead><tbody><tr><td>Property Description</td><td></td></tr><tr><td>Property OID</td><td>2.1.2.9.1.2 / 0x020102090102</td></tr><tr><td>Name</td><td>NFC Hardware’s EEPROM Version</td></tr><tr><td>Description</td><td>The device uses this two-byte property, in most significant byte order, to report its NFC Hardware’s EEPROM version. MS byte is major version.  LS byte is minor version.</td></tr><tr><td>Securing Key</td><td>None</td></tr><tr><td>Min. Len (b)</td><td>2</td></tr><tr><td>Max. Len (b)</td><td>2</td></tr><tr><td>Data Type</td><td>Binary</td></tr><tr><td>Valid Values</td><td>0 - 255</td></tr><tr><td>Default</td><td>None</td></tr></tbody></table>

## Table NFC-5 - NFC Hardware’s EEPROM VersionHardware’s EEPROM Version - Get Request Example

| Example (Hex)                                                |
| ------------------------------------------------------------ |
| AA00 8104 0155D101 840F D101 8501 02 8704 01020901 8902 C200 |

## Table NFC-6 - NFC Hardware’s EEPROM VersionHardware’s EEPROM Version - Get Response Example

| Example (Hex)                                                          |
| ---------------------------------------------------------------------- |
| AA0081048255D10182040000000084820011D1018501028704010209018904C2020208 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://developer.magtek.com/api-and-command-reference/scra-dynafamily-programmers-manual/configuration/firmware-identification-information-property-group-2.1.2.nnn/nfc-property-subgroup-2.1.2.9.nn.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
