Articles tagged: NFC
Found 23 documents
- Mozilla/B2G_OS/API/MozNDEFRecord MozNDEFRecord is a data structure that implements the NFC Data Exchange Format (NDEF). It is a ...
- Mozilla/B2G_OS/API/MozNDEFRecord/id The id property of the MozNDEFRecord interface is application dependent (an appropriate id can ...
- Mozilla/B2G_OS/API/MozNDEFRecord/payload The payload property of the MozNDEFRecord interface is application dependent (for example, a ...
- Mozilla/B2G_OS/API/MozNDEFRecord/tnf The tnf property of the MozNDEFRecord interface contains the Type Name Format (3-bit field) of ...
- Mozilla/B2G_OS/API/MozNDEFRecord/type The type property of the MozNDEFRecord interface... fill in description of what it does
- Mozilla/B2G_OS/API/MozNFC MozNFC is the top level API for operating in NFC Reader/Writer mode, NFC P2P mode and NFC Card ...
- Mozilla/B2G_OS/API/MozNFC/getNFCPeer The getNFCPeer() method of the MozNFC interface returns a Peer to Peer DOM object (MozNFCPeer) ...
- Mozilla/B2G_OS/API/MozNFC/getNFCTag The getNFCTag() method of the MozNFC interface returns an NDEF tag interface (MozNFCTag object) ...
- Mozilla/B2G_OS/API/MozNFC/onpeerlost The onpeerlost event handler of the MozNFC interface handles the peerlost event, which is fired ...
- Mozilla/B2G_OS/API/MozNFC/onpeerready The onpeerready event handler of the MozNFC interface handles the peerready event, which fires ...
- Mozilla/B2G_OS/API/MozNFCPeer The NFC implementation in Gecko follows the NFC Forum specifications.
- Mozilla/B2G_OS/API/MozNFCPeer/sendFile The Blob file reference to be transferred.
- Mozilla/B2G_OS/API/MozNFCPeer/sendNDEF The sendNDEF() method of the MozNFCPeer interface is used
- Mozilla/B2G_OS/API/MozNFCTag MozNFCTag contains the basic functions needed to read, write, and inspect NDEF-compatible NFC Tags.
- Mozilla/B2G_OS/API/MozNFCTag/close The close() method of the MozNFCTag interface closes a current NFC Tag session.
- Mozilla/B2G_OS/API/MozNFCTag/connect The connect() method of the MozNFCTag interface accepts a technology type to use for subsequent ...
- Mozilla/B2G_OS/API/MozNFCTag/getDetailsNDEF The getDetailsNDEF() method of the MozNFCTag interface retrieves basic metadata describing the ...
- Mozilla/B2G_OS/API/MozNFCTag/makeReadOnlyNDEF The makeReadOnlyNDEF() method of the MozNFCTag interface makes an NDEF Tag readonly. This is a ...
- Mozilla/B2G_OS/API/MozNFCTag/readNDEF The readNDEF() method of the MozNFCTag interface retrieves the contents of the NDEF stored on ...
- Mozilla/B2G_OS/API/MozNFCTag/writeNDEF The writeNDEF() method of the MozNFCTag interface is used to write NDEF data to an NFC tag.
- Mozilla/B2G_OS/API/NFC_API You access the entire set of NFC functionality through the Navigator.mozNfc property, returning ...
- Mozilla/B2G_OS/API/NFC_API/Using_the_NFC_API The contacts app uses NFC P2P Functionality for sending and receiving vcards. Look at ...
- Mozilla/B2G_OS/API/NFC_API/Using_the_NFC_emulator For testing of the NFC API, there is an NFC emulator available. This article details how to set ...