Interface IUniversalNfcTag
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface IUniversalNfcTag
Interface to create universal NFC tag and tranceive commands to core
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnect()Method to connect to a chipintResponse timeoutbyte[]sendApduCommand(byte[] apduCommand) Method receives command that need to be send to a chipvoidsetTransceiveTimeout(int timeout) Method set up tranceive timeout
-
Method Details
-
sendApduCommand
byte[] sendApduCommand(byte[] apduCommand) Method receives command that need to be send to a chip- Parameters:
apduCommand- apdu command to a chip- Returns:
- Response from chip
-
getTransceiveTimeout
int getTransceiveTimeout()Response timeout- Returns:
- return timeout
-
setTransceiveTimeout
void setTransceiveTimeout(int timeout) Method set up tranceive timeout- Parameters:
timeout- time in miliseconds
-
connect
void connect()Method to connect to a chip
-