org.nfctools.ndefpush
Class NdefPushProtocol
java.lang.Object
org.nfctools.ndefpush.NdefPushProtocol
public class NdefPushProtocol
- extends Object
Implementation of the NDEF Push Protocol.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ACTION_IMMEDIATE
public static final byte ACTION_IMMEDIATE
- See Also:
- Constant Field Values
ACTION_BACKGROUND
public static final byte ACTION_BACKGROUND
- See Also:
- Constant Field Values
NdefPushProtocol
public NdefPushProtocol()
parse
public static List<byte[]> parse(byte[] data)
throws FormatException
- Throws:
FormatException
toByteArray
public static byte[] toByteArray(Collection<Record> records)
Copyright © 2012. All Rights Reserved.