ApiApp().EnableTextOutput
Enables or disables the attached text output.
Description
This method enables or disables the SILVIA Core’s ability to write to the text output FIFO stack. Note that the application must fetch the contents of the FIFO stack using “GetTextOutput”, and implement some sort of text display or other output system, as the SILVIA Core does not support text display natively.
Example Usage (C#)
_core.ApiApp().EnableTextOutput(true);
Parameters
bool | enabled | The boolean flag to turn the feature on or off. The default setting is true. |
Returns
None.
See Also
- ApiApp().DisableVoiceOutput
- ApiApp().DisableSocketOutput
- ApiApp().DisableDiagOutput
- ApiApp().SetTextOutput
- ApiApp().GetTextOutput
- ApiApp().ClearTextOutput