FSUIPC Client DLL
.NET interface for FSUIPC
|
Represents a CDU screen in a PMDG aircraft. More...
Public Member Functions | |
PMDG_NGX_CDU_Screen (int Offset) | |
Creates a new PMDG CDU Class. | |
void | RefreshData () |
Gets the latest data displayed on the CDU from FSUIPC. | |
void | RefreshData (byte ClassInstance) |
Gets the latest data displayed on the CDU from FSUIPC. | |
override string | ToString () |
Returns the entire screen in a single fixed-length string. | |
string | ToString (string RowDelimiter) |
Returns the entire screen in a single fixed-length string. | |
Properties | |
bool | Powered [get] |
Indicates if this CDU has power or not. | |
PMDG_NGX_CDU_Row[] | Rows [get] |
An array or rows that make up the entire screen. | |
Represents a CDU screen in a PMDG aircraft.
|
inline |
|
inline |
Gets the latest data displayed on the CDU from FSUIPC.
ClassInstance | The number of the Class Instance of WideClient you want to talk to. |
|
inline |
Returns the entire screen in a single fixed-length string.
The order is from left to right starting at the top row and going down.
|
inline |
Returns the entire screen in a single fixed-length string.
The order is from left to right starting at the top row and going down.
Each row is seperated by the supplied RowDeimiter
RowDelimiter | A string that will be used to mark the end of each row |