Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcService.cs
1
using
NeuroAccess.Nfc
;
2
using
Waher.Runtime.Inventory
;
3
4
namespace
NeuroAccessMaui.Services.Nfc
5
{
9
[DefaultImplementation(typeof(
NfcService
))]
10
public
interface
INfcService
11
{
16
Task
TagDetected
(
INfcTag
Tag);
17
}
18
}
NeuroAccessMaui.Services.Nfc.NfcService
Near-Field Communication (NFC) Service.
Definition:
NfcService.cs:19
NeuroAccess.Nfc.INfcTag
Interface for an NFC Tag.
Definition:
INfcTag.cs:9
NeuroAccessMaui.Services.Nfc.INfcService
Interface for the Near-Field Communication (NFC) Service.
Definition:
INfcService.cs:11
NeuroAccessMaui.Services.Nfc.INfcService.TagDetected
Task TagDetected(INfcTag Tag)
Method called when a new NFC Tag has been detected.
NeuroAccess.Nfc
Definition:
BasicAccessControl.cs:9
NeuroAccessMaui.Services.Nfc
Definition:
INfcService.cs:5
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
NeuroAccessMaui
NeuroAccessMaui
Services
Nfc
INfcService.cs
Generated by
1.9.5