Package org.nfctools.ndef.unknown.unsupported

Examples of org.nfctools.ndef.unknown.unsupported.UnsupportedRecord


    // NFC Data Exchange Format (NDEF) 1.0:
    // An NDEF parser that receives an NDEF record with an unknown or unsupported TNF field value SHOULD treat it as 0x05 (Unknown).
    // It is RECOMMENDED that an NDEF parser receiving an NDEF record of this type,
    // without further context to its use, provides a mechanism for storing but not processing the payload.
   
    return new UnsupportedRecord(ndefRecord);
  }
View Full Code Here

TOP

Related Classes of org.nfctools.ndef.unknown.unsupported.UnsupportedRecord

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.