1using System.Threading.Tasks;
ISO DEP interface, for communication with an NFC Tag.
Task< byte[]> GetHighLayerResponse()
Return the higher layer response bytes for NfcB tags.
Task< byte[]> ExecuteCommand(byte[] Command)
Executes an ISO 14443-4 command on the tag.
Task< byte[]> GetHistoricalBytes()
Return the ISO-DEP historical bytes for NfcA tags.
Specific Interface (technology) for communication with an NFC Tag.