Table of Contents

Class Record424

Namespace
Arinc424
Assembly
Arinc424.dll

Base ARINC-424 record with area/customer code, file record number and cycle date fields.

public abstract class Record424
Inheritance
Record424
Derived

Properties

Code

Customer/Area Code (CUST/AREA) field.

public string? Code { get; set; }

Property Value

string

Remarks

See section 5.3.

Number

File Record Number (FRN) field.

public int Number { get; set; }

Property Value

int

Remarks

See section 5.31.

Source

The source string from which the record was created.

public string? Source { get; set; }

Property Value

string