Class Record424
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
Basic ARINC-424 record with area/customer code,
file record number and cycle date fields.
public abstract class Record424
- Inheritance
-
objectRecord424
- Derived
Properties
Code
Customer/Area Code (CUST/AREA) field.
public string? Code { get; set; }
Property Value
Remarks
See section 5.3.
Date
Cycle Date field.
public int Date { get; set; }
Property Value
Remarks
See section 5.32
Number
File Record Number (FRN) field.
public int Number { get; set; }
Property Value
Remarks
See section 5.31.
Source
The source string from which the record was created.
public string? Source { get; set; }