1using System.Threading.Tasks;
Simple base class for classes implementing communication protocols.
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, ICommunicationLayer CommunicationLayer)
Executes an ISO 14443-4 command on the tag.
void SetTimeout(int Timeout)
Sets communication timeout.
Task< byte[]> GetHistoricalBytes()
Return the ISO-DEP historical bytes for NfcA tags.
Specific Interface (technology) for communication with an NFC Tag.
Interface for observable classes implementing communication protocols.