Skip to content

Commit

Permalink
Fix #133: add Type 5 mention in Introduction
Browse files Browse the repository at this point in the history
Signed-off-by: Zoltan Kis <zoltan.kis@intel.com>
  • Loading branch information
zolkis committed Nov 30, 2018
1 parent e542563 commit bfed25b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Expand Up @@ -590,6 +590,15 @@
service. Supports three different communication speeds 106 or 212 or
424 Kbits/s.
</li>
<li>
<b>NFC Forum Type 5</b>: This tag is based on the NFC-V RF
technology which is based on ISO/IEC 15693 and allows reading and
writing an NDEF message on a ISO/IEC 15693 RF tag that is accessible by
long range RFID readers as well. The NFC communication is limited to
short distance and may use the Active Communication Mode of
ISO/IEC 18092 where the sending peer generates the field which balances
power consumption and improves link stability.
</li>
</ol>
</p>
<p>
Expand Down Expand Up @@ -2638,7 +2647,7 @@ <h2>The <dfn>NFCWatchMode</dfn> enum</h2>
Let <var>options</var> be the second callback.
</li>
<li>
Let <var>signal</var> be the options’ dictionary member of the same
Let <var>signal</var> be the options’ dictionary member of the same
name if present, or null otherwise.
</li>
<li>
Expand Down Expand Up @@ -2745,7 +2754,7 @@ <h2>The <dfn>NFCWatchMode</dfn> enum</h2>
</ol>
</p>
</section> <!-- watch() method -->

</section>

<section id="steps-receiving">
Expand Down

0 comments on commit bfed25b

Please sign in to comment.