Show / Hide Table of Contents

Class FieldStructure

Class to hold the field structure of ARINC 424 records (ASCII format in 132 columns)

Inheritance
System.Object
FieldStructure
Namespace: FpAssistantCore.Arinc424.Records
Assembly: FpAssistantCoreScl.dll
Syntax
public class FieldStructure : object

Constructors

View Source

FieldStructure(String, Int32, Int32)

Declaration
public FieldStructure(string fieldName, int columnStart, int columnEnd)
Parameters
Type Name Description
System.String fieldName
System.Int32 columnStart
System.Int32 columnEnd

Properties

View Source

ColumnEnd

Column number that field end at

Declaration
public int ColumnEnd { get; set; }
Property Value
Type Description
System.Int32
View Source

ColumnStart

Column number that field starts at

Declaration
public int ColumnStart { get; set; }
Property Value
Type Description
System.Int32
View Source

FieldLength

Declaration
public int FieldLength { get; }
Property Value
Type Description
System.Int32
View Source

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
System.String
  • View Source
In This Article
Back to top Copyright 2018-2024 CADology Limited