org.nfctools.ndefpush
Class NdefPushProtocol

java.lang.Object
  extended by org.nfctools.ndefpush.NdefPushProtocol

public class NdefPushProtocol
extends Object

Implementation of the NDEF Push Protocol.


Field Summary
static byte ACTION_BACKGROUND
           
static byte ACTION_IMMEDIATE
           
 
Constructor Summary
NdefPushProtocol()
           
 
Method Summary
static List<byte[]> parse(byte[] data)
           
static byte[] toByteArray(Collection<Record> records)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NdefPushProtocol

public NdefPushProtocol()
Method Detail

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.