ApiApp().SocketOutputEnabled

Returns the enabled flag of the attached socket output.

Description

This method checks the state, enabled or disabled, of the SILVIA Core’s ability to write to the attached socket output. In C#, you may set up your own socket output via direct scripting, or through a loaded and registered plugin. This function was originally implemented for LUA applications, support for LUA itself is deprecated.

Example Usage (C#)


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

Parameters

None.

Returns

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

See Also

  • ApiApp().VoiceOutputEnabled
  • ApiApp().TextOutputEnabled
  • ApiApp().DiagOutputEnabled
  • ApiApp().DisableSocketOutput
  • ApiApp().SetSocketOutput