Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
INfcVInterface.cs
1using System.Threading.Tasks;
2
3namespace NeuroAccess.Nfc
4{
8 public interface INfcVInterface : INfcInterface
9 {
13 Task<sbyte> GetDsfId();
14
18 Task<short> GetResponseFlags();
19 }
20}
Specific Interface (technology) for communication with an NFC Tag.
NFC V interface, for communication with an NFC Tag.
Task< sbyte > GetDsfId()
Return the DSF ID bytes from tag discovery.
Task< short > GetResponseFlags()
Return the Response Flag bytes from tag discovery.