ApiApp().ApplicationMessageEnabled

Returns the enabled flag of the attached application message output.

Description

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

Example Usage (C#)


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

Parameters

None.

Returns

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

See Also

  • ApiApp().DisableApplicationMessage
  • ApiApp().SetApplicationMessage
  • ApiApp().GetApplicationMessage
  • ApiApp().ClearApplicationMessage