KioWareNFCBase Object
Functions
Type | Signature |
string |
getTagIdBytes()
This function retrieves the tag ID as a Java byte array that is serialized to a JSON string. |
string |
getTagIdString()
This function retrieves the tag ID as a hexadecimal string. |
string |
getTagTech(string id)
This function retrieves the tag type array as a Java string array that is serialized to a JSON string. |
bool |
clearTag(string id)
This function will clear the most recently read tag if it matches the specified ID. |
string |
getTagMessages(string id)
This function returns a JSON string containing any NDEF messages that were included with the tag when it was scanned. |
byte[] |
transceive(byte[] id, byt[] cmd, string techClass)
This function provides Android Near Field Communication (NFC) support. |
int |
getMaxTransceiveLength(string id, string techClass)
This function returns the maximum bytes that can be sent to or received by the tag. |