Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Latest commit

 

History

History
32 lines (16 loc) · 672 Bytes

nearfield.md

File metadata and controls

32 lines (16 loc) · 672 Bytes

NearField

Non-visible component to provide NFC capabilities. For now this component supports the reading and writing of text tags only (if supported by the device)

In order to read and write text tags, the component must have its ReadMode property set to True or False respectively.

Note: This component will only work on Screen1 of any Makeroid app.

Properties

LastMessage

ReadMode

TextToWrite

WriteType

Events

TagRead(text message)

Indicates that a new tag has been detected. Currently this is only a plain text tag, as specified in the manifest. See Compiler.java.

TagWritten()

Event for TagWritten

Methods

none