Results 1 - 7 of 7
The close() method of the
MozNFCTag
interface closes a current NFC Tag session.
The connect() method of the
MozNFCTag
interface accepts a technology type to use for subsequent operations.
The getDetailsNDEF() method of the
MozNFCTag
interface retrieves basic metadata describing the NDEF tag.
The
makeReadOnlyNDEF()
method of the
MozNFCTag
interface makes an NDEF Tag readonly. This is a permanent change.
The
readNDEF()
method of the
MozNFCTag
interface retrieves the contents of the NDEF stored on the Tag, and returns an array of
MozNDEFRecord
objects.
The
writeNDEF()
method of the
MozNFCTag
interface is used to write NDEF data to an NFC tag.