Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcInterface.cs
1using System;
2using System.Threading.Tasks;
3
4namespace NeuroAccess.Nfc
5{
9 public interface INfcInterface : IDisposable
10 {
15 {
16 get;
17 }
18
24
29 }
30}
Specific Interface (technology) for communication with an NFC Tag.
void CloseIfOpen()
Closes the interface, if connected.
Task OpenIfClosed()
Connects the interface, if not connected.
Interface for an NFC Tag.
Definition: INfcTag.cs:9