ECMA-340
<\/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">
ECMA-340 is Ecma International's specification for NFC interface and protocol, technically aligned with ISO/IEC 18092 (NFCIP-1). Published as a freely available standard, ECMA-340 provides the same peer-to-peer communication specifications but with open access, facilitating wider adoption and implementation. It covers active and passive communication modes, initialization, device detection, and the data exchange protocol between NFC-enabled devices.
ECMA
|
340
|
Published 2002
|
Rev. 2013
Scope
NFC interface and protocol — Ecma International's specification aligned with ISO 18092 for near field communication.