Class FieldStructure
Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)
Inherited Members
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class FieldStructure
Constructors
View SourceFieldStructure(string, int, int)
Declaration
public FieldStructure(string fieldName, int columnStart, int columnEnd)
Parameters
Type | Name | Description |
---|---|---|
string | fieldName | |
int | columnStart | |
int | columnEnd |
Properties
View SourceColumnEnd
Column number that field end at
Declaration
public int ColumnEnd { get; set; }
Property Value
Type | Description |
---|---|
int |
ColumnStart
Column number that field starts at
Declaration
public int ColumnStart { get; set; }
Property Value
Type | Description |
---|---|
int |
FieldLength
The maximum number of characters that the field is allowed in the record
Declaration
public int FieldLength { get; }
Property Value
Type | Description |
---|---|
int |
FieldName
Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |