ApiApp().TextOutputEnabled

Returns the enabled flag of the attached text output.

Description

This method checks the state, enabled or disabled, of the SILVIA Core’s ability to write to the text output FIFO stack.

Example Usage (C#)


bool enabled = _core.ApiApp().TextOutputEnabled();

None.

Returns

A boolean flag representing the enabled (true) or disabled (false) state of the text output.

See Also

  • ApiApp().VoiceOutputEnabled
  • ApiApp().SocketOutputEnabled
  • ApiApp().DiagOutputEnabled
  • ApiApp().DisableTextOutput
  • ApiApp().SetTextOutput
  • ApiApp().GetTextOutput
  • ApiApp().ClearTextOutput