2using System.Threading.Tasks;
NDEF interface, for communication with an NFC Tag.
Task< bool > IsWritable()
If the TAG is writable
Task< bool > SetMessage(params object[] Items)
Sets the message (with records) on the NDEF tag.
Task< bool > CanMakeReadOnly()
If the TAG can be made read-only
Task< INdefRecord[]> GetMessage()
Gets the message (with records) of the NDEF tag.
Specific Interface (technology) for communication with an NFC Tag.