Enum Turn
- Namespace
- Arinc424
- Assembly
- Arinc424.dll
Turn Direction (TURN DIR) and Turn (TURN) character.
public enum Turn : byte
Fields
Unknown = 0Left = 1Right = 2Either = 3
Remarks
See section 5.20 and 5.63.
Turn Direction (TURN DIR) and Turn (TURN) character.
public enum Turn : byte
Unknown = 0Left = 1Right = 2Either = 3See section 5.20 and 5.63.