Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcBInterface.cs
1using System.Threading.Tasks;
2
3namespace NeuroAccess.Nfc
4{
8 public interface INfcBInterface : INfcInterface
9 {
13 Task<byte[]> GetApplicationData();
14
18 Task<byte[]> GetProtocolInfo();
19 }
20}
NFC B interface, for communication with an NFC Tag.
Task< byte[]> GetApplicationData()
Gets Application Data from the interface.
Task< byte[]> GetProtocolInfo()
Gets Protocol Information from the interface.
Specific Interface (technology) for communication with an NFC Tag.