Package org.nfctools.ndef.wkt.records

Examples of org.nfctools.ndef.wkt.records.GenericControlRecord


    }

    if (target == null)
      throw new IllegalArgumentException("no target record found in generic control record");

    GenericControlRecord gcr = new GenericControlRecord(target, configurationByte);
    gcr.setAction(action);
    gcr.setData(data);
    return gcr;
  }
View Full Code Here

TOP

Related Classes of org.nfctools.ndef.wkt.records.GenericControlRecord

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.