ISO/IEC 18092 (NFCIP-1)
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
ISO/IEC 18092 (NFCIP-1) defines the fundamental NFC communication interface and protocol for device-to-device data exchange. It specifies both active and passive communication modes at 106, 212, and 424 kbps, covering the physical layer, initialization, single device detection, and data exchange protocol. NFCIP-1 is the core peer-to-peer protocol that enables Android Beam (deprecated), Bluetooth/WiFi handover initiation, and other device-to-device NFC applications.
ISO/IEC
|
18092
|
발행일 2004
|
개정 2013
범위
NFC Interface and Protocol-1 — defines peer-to-peer communication between NFC devices at 106, 212, or 424 kbps.