public class NfcB
NFC-B (ISO 14443-3B) raw transceive view. Android-only – iOS Core
NFC does not expose Type B except via the
IsoDep activation layer.Constructors
public NfcB() |
Methods
public byte[] getApplicationData() | Application-Data field from ATQB. |
public byte[] getProtocolInfo() | Protocol-Info field from ATQB. |
public final TagType getType() | The technology variant this view represents. |
Inherited methods
Constructor details
NfcB
public NfcB()Method details
getApplicationData
public byte[] getApplicationData()Application-Data field from ATQB. Empty when not exposed.
getProtocolInfo
public byte[] getProtocolInfo()Protocol-Info field from ATQB. Empty when not exposed.
getType
public final TagType getType()The technology variant this view represents.