ApiApp().EnableDiagOutput

Enables or disables the attached diagnostic output.

Description

This method enables or disables the SILVIA Core’s ability to write to the diagnostic output FIFO stack. Note that the application must fetch the contents of the FIFO stack using “GetDiagOuput”, and implement some sort of diagnostic display or logging system, as the SILVIA Core does not support text display or logging natively.

Example Usage (C#)


_core.ApiApp().EnableDiagOutput(true);

Parameters

bool

enabled

The boolean flag to turn the feature on or off. The default setting is true.

Returns

None.

See Also

  • ApiApp().DisableTextOutput
  • ApiApp().DisableSocketOutput
  • ApiApp().DisableVoiceOutput
  • ApiApp().SetDiagOutput
  • ApiApp().GetDiagOutput
  • ApiApp().ClearDiagOutput