FSUIPC Client DLL
.NET interface for FSUIPC
|
Public Member Functions | |
TextMenu () | |
Creates a new TextMenu class. | |
TextMenu (byte ClassInstance) | |
Creates a new TextMenu class for a specific WideClient class instance. | |
void | RefreshData () |
Gets the latest text or menu displayed in the flight sim. | |
override string | ToString () |
Returns the entire last message received in a single fixed-length string. | |
string | ToString (string RowDelimiter, bool IncludeMenuTitle, bool IncludeMenuPrompt, bool AddNumbersToMenuItem) |
Returns the entire last message received in a single fixed-length string. | |
Helper class for reading the SimConnect Menu Text displayed by other Add-Ons (e.g. Radar Contact)
|
inline |
Returns the entire last message received 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 last message received 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 |
IncludeMenuTitle | Pass true to include the title of the menu in the string |
IncludeMenuPrompt | Pass true to include the menu prompt in the string |
AddNumbersToMenuItem | Pass true to automatically add numbers to the menu items |