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