34 public override ushort
Tag => 0xa0;
Abstract base class for data objects that contain nested data objects.
OtherNames(byte[] Value, int NrInstances, string[] OtherNames)
List of other names.
string?[] Names
Actual other names reported.
override ushort Tag
Tag value.
override IDataObject Create(byte[] Value, IDataObject[] Inner, TravelDocumentsClient Client)
Creates a parsed instance of the data object.
OtherNames()
List of other names.
int NrInstances
Number of other names reported by the card.
string? StringValue
String value.
A chunked list is a linked list of chunks of objects of type T .