int getMaxTransceiveLength(string id, string techClass)
This function returns the maximum bytes that can be sent to or received by the tag.
Parameters
Name | Description |
id | Tag ID (retrieved by KioWareNFCBase.getTagIdString()). |
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.