FSUIPC Client DLL
.NET interface for FSUIPC
PMDG_NGX_CDU_Cell Struct Reference

Represents a cell on the CDU. Holds information about the symbol displayed in the cell. More...

Public Member Functions

override string ToString ()
 Returns the symbol displayed in the cell as a string. More...
 

Public Attributes

char Symbol
 The symbol currently displayed. More...
 
PMDG_NGX_CDU_COLOR Color
 The foreground colour of the cell. More...
 
PMDG_NGX_CDU_FLAG Flags
 Extra information about the cell. More...
 

Detailed Description

Represents a cell on the CDU. Holds information about the symbol displayed in the cell.

Member Function Documentation

◆ ToString()

override string ToString ( )
inline

Returns the symbol displayed in the cell as a string.

Returns

Member Data Documentation

◆ Color

The foreground colour of the cell.

◆ Flags

Extra information about the cell.

◆ Symbol

char Symbol

The symbol currently displayed.