Table of Contents

Struct Sectorization

Namespace
Arinc424
Assembly
Arinc424.dll

Sector Bearing (SEC BRG) or Sectorization (SECTOR) field.

public readonly struct Sectorization

Remarks

See section 5.146 or 5.183.

Constructors

Sectorization(int, int)

Sector Bearing (SEC BRG) or Sectorization (SECTOR) field.

public Sectorization(int start, int end)

Parameters

start int
end int

Remarks

See section 5.146 or 5.183.

Properties

End

End of sector bearing.

public int End { get; }

Property Value

int

Degrees.

Start

Start of sector bearing.

public int Start { get; }

Property Value

int

Degrees.