Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CustodyInformation.cs
1
namespace
NeuroAccess.Nfc.TravelDocuments.DataObjects
2
{
6
public
class
CustodyInformation
:
StringObject
7
{
11
public
CustodyInformation
()
12
: base()
13
{
14
}
15
21
public
CustodyInformation
(
byte
[] Value,
string
StringValue
)
22
: base(Value,
StringValue
)
23
{
24
}
25
29
public
override
ushort
Tag
=> 0x5f18;
30
37
public
override
StringObject
Create
(
byte
[] Value,
string
StringValue
)
38
{
39
return
new
CustodyInformation
(Value,
StringValue
);
40
}
41
}
42
}
NeuroAccess.Nfc.TravelDocuments.DataObjects.CustodyInformation
Custody Information
Definition:
CustodyInformation.cs:7
NeuroAccess.Nfc.TravelDocuments.DataObjects.CustodyInformation.CustodyInformation
CustodyInformation(byte[] Value, string StringValue)
Custody Information
Definition:
CustodyInformation.cs:21
NeuroAccess.Nfc.TravelDocuments.DataObjects.CustodyInformation.CustodyInformation
CustodyInformation()
Custody Information
Definition:
CustodyInformation.cs:11
NeuroAccess.Nfc.TravelDocuments.DataObjects.CustodyInformation.Create
override StringObject Create(byte[] Value, string StringValue)
Creates an instance of the string-valued data object.
Definition:
CustodyInformation.cs:37
NeuroAccess.Nfc.TravelDocuments.DataObjects.CustodyInformation.Tag
override ushort Tag
Tag value.
Definition:
CustodyInformation.cs:29
NeuroAccess.Nfc.TravelDocuments.DataObjects.StringObject
Abstract base class for string-valued objects.
Definition:
StringObject.cs:10
NeuroAccess.Nfc.TravelDocuments.DataObjects.StringObject.StringValue
string? StringValue
String value.
Definition:
StringObject.cs:33
NeuroAccess.Nfc.TravelDocuments.DataObjects
Definition:
AdditionalPersonalDetails.cs:2
NeuroAccessMaui
NeuroAccess.Nfc
TravelDocuments
DataObjects
CustodyInformation.cs
Generated by
1.9.5