Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
UriRecord.cs
1
using
Android.Nfc;
2
using
NeuroAccess.Nfc.Records
;
3
4
namespace
NeuroAccessMaui.AndroidPlatform.Nfc.Records
5
{
10
public
class
UriRecord(NdefRecord Record)
11
: Record(Record),
INdefUriRecord
12
{
13
private
readonly
string
uri = Record.ToUri()?.ToString() ??
throw
NfcInterface.UnableToReadDataFromDevice();
14
18
public
override
NDefRecordType
Type =>
NDefRecordType
.
Uri
;
19
23
public
string
Uri => this.uri;
24
}
25
}
NeuroAccess.Nfc.Records.INdefUriRecord
Interface for NDEF URI records
Definition:
INdefUriRecord.cs:7
NeuroAccess.Nfc.Records.INdefUriRecord.Uri
string Uri
URI
Definition:
INdefUriRecord.cs:11
NeuroAccess.Nfc.Records
Definition:
INdefExternalTypeRecord.cs:2
NeuroAccess.Nfc.Records.NDefRecordType
NDefRecordType
Type of NDEF Record
Definition:
NDefRecordType.cs:7
NeuroAccessMaui.AndroidPlatform.Nfc.Records
Definition:
ExternalTypeRecord.cs:6
NeuroAccessMaui
NeuroAccessMaui
Platforms
Android
Nfc
Records
UriRecord.cs
Generated by
1.9.5