public class NdefPushProtocol
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
ACTION_BACKGROUND |
static byte |
ACTION_IMMEDIATE |
| Constructor and Description |
|---|
NdefPushProtocol() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<byte[]> |
parse(byte[] data) |
static byte[] |
toByteArray(java.util.Collection<Record> records) |
public static final byte ACTION_IMMEDIATE
public static final byte ACTION_BACKGROUND
public static java.util.List<byte[]> parse(byte[] data)
throws FormatException
FormatExceptionpublic static byte[] toByteArray(java.util.Collection<Record> records)
Copyright © 2013. All Rights Reserved.