Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcReadableBinaryInterface.cs
1
using
System.Threading.Tasks;
2
3
namespace
NeuroAccess.Nfc
4
{
8
public
interface
INfcReadableBinaryInterface
:
INfcInterface
9
{
13
Task<byte[]>
ReadAllData
();
14
}
15
}
NeuroAccess.Nfc.INfcInterface
Specific Interface (technology) for communication with an NFC Tag.
Definition:
INfcInterface.cs:10
NeuroAccess.Nfc.INfcReadableBinaryInterface
Mifare Ultralight interface, for communication with an NFC Tag.
Definition:
INfcReadableBinaryInterface.cs:9
NeuroAccess.Nfc.INfcReadableBinaryInterface.ReadAllData
Task< byte[]> ReadAllData()
Reads all data from the interface
NeuroAccess.Nfc
Definition:
BasicAccessControl.cs:9
NeuroAccessMaui
NeuroAccess.Nfc
INfcReadableBinaryInterface.cs
Generated by
1.9.5