Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcService.cs
3
5{
9 [DefaultImplementation(typeof(NfcService))]
10 public interface INfcService
11 {
17 }
18}
Near-Field Communication (NFC) Service.
Definition: NfcService.cs:19
Interface for an NFC Tag.
Definition: INfcTag.cs:9
Interface for the Near-Field Communication (NFC) Service.
Definition: INfcService.cs:11
Task TagDetected(INfcTag Tag)
Method called when a new NFC Tag has been detected.