• Home
  • Raw
  • Download

Lines Matching refs:byte

20     ctor public NdefMessage(byte[]) throws android.nfc.FormatException;
26 method public byte[] toByteArray();
32 ctor public NdefRecord(short, byte[], byte[], byte[]);
33 ctor @Deprecated public NdefRecord(byte[]) throws android.nfc.FormatException;
35 method public static android.nfc.NdefRecord createExternal(String, String, byte[]);
36 method public static android.nfc.NdefRecord createMime(String, byte[]);
41 method public byte[] getId();
42 method public byte[] getPayload();
44 method public byte[] getType();
45 method @Deprecated public byte[] toByteArray();
50 field public static final byte[] RTD_ALTERNATIVE_CARRIER;
51 field public static final byte[] RTD_HANDOVER_CARRIER;
52 field public static final byte[] RTD_HANDOVER_REQUEST;
53 field public static final byte[] RTD_HANDOVER_SELECT;
54 field public static final byte[] RTD_SMART_POSTER;
55 field public static final byte[] RTD_TEXT;
56 field public static final byte[] RTD_URI;
174 method public byte[] getId();
265 method public abstract byte[] processCommandApdu(byte[], android.os.Bundle);
267 method public final void sendResponseApdu(byte[]);
278 method public abstract byte[] processNfcFPacket(byte[], android.os.Bundle);
279 method public final void sendResponsePacket(byte[]);
304 method @NonNull public byte[] getData();
327 method public byte[] getHiLayerResponse();
328 method public byte[] getHistoricalBytes();
335 method public byte[] transceive(byte[]) throws java.io.IOException;
339 method public boolean authenticateSectorWithKeyA(int, byte[]) throws java.io.IOException;
340 method public boolean authenticateSectorWithKeyB(int, byte[]) throws java.io.IOException;
356 method public byte[] readBlock(int) throws java.io.IOException;
360 method public byte[] transceive(byte[]) throws java.io.IOException;
362 method public void writeBlock(int, byte[]) throws java.io.IOException;
364 field public static final byte[] KEY_DEFAULT;
365 field public static final byte[] KEY_MIFARE_APPLICATION_DIRECTORY;
366 field public static final byte[] KEY_NFC_FORUM;
386 method public byte[] readPages(int) throws java.io.IOException;
388 method public byte[] transceive(byte[]) throws java.io.IOException;
389 method public void writePage(int, byte[]) throws java.io.IOException;
431 method public byte[] getAtqa();
438 method public byte[] transceive(byte[]) throws java.io.IOException;
445 method public byte[] getApplicationData();
447 method public byte[] getProtocolInfo();
450 method public byte[] transceive(byte[]) throws java.io.IOException;
457 method public byte[] getBarcode();
469 method public byte[] getManufacturer();
471 method public byte[] getSystemCode();
476 method public byte[] transceive(byte[]) throws java.io.IOException;
483 method public byte getDsfId();
485 method public byte getResponseFlags();
488 method public byte[] transceive(byte[]) throws java.io.IOException;