Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcAInterface.cs
1using System.Threading.Tasks;
2
3namespace NeuroAccess.Nfc
4{
8 public interface INfcAInterface : INfcInterface
9 {
13 Task<byte[]> GetAtqa();
14
18 Task<short> GetSqk();
19 }
20}
NFC A interface, for communication with an NFC Tag.
Task< short > GetSqk()
Return the SAK/SEL_RES bytes from tag discovery.
Task< byte[]> GetAtqa()
Return the ATQA/SENS_RES bytes from tag discovery.
Specific Interface (technology) for communication with an NFC Tag.