Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INdefFormatableInterface.cs
1using System.Threading.Tasks;
2
3namespace NeuroAccess.Nfc
4{
9 {
16 Task<bool> Format(bool ReadOnly, params object[] Items);
17 }
18}
NDEF Formatable interface, for communication with an NFC Tag.
Task< bool > Format(bool ReadOnly, params object[] Items)
Formats a message (of records) in the NFC tag.
Specific Interface (technology) for communication with an NFC Tag.