byte[] transceive(byte[] id, byt[] cmd, string techClass)
This function provides Android Near Field Communication (NFC) support for the following:
NfcV (ISO 15693)
NfcA (ISO 14443-3A)
NfcB (ISO 14443-3B)
NfcF (JIS 6319-4)
IsoDep (ISO 14443-4)
MifareUltralight
MifareClassic
Parameters
Name | Description |
id | Tag ID (retrieved by KioWareNFCBase.getTagIdString()). |
cmd | Bytes to send to the tag. |
techClass | (Optional) Class name of the type of tag (use KioWareNFCBase.getTagTech(id) to retrieve available class names for the tag. See getTagTech above. |
Return
The data received, as an array of bytes.