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