ApiApp().EnableApplicationMessage

Enables or disables the attached application message output.

Description

This method enables or disables the SILVIA Core’s ability to write to the application message FIFO stack. Note that the application must fetch the contents of the FIFO stack using “GetApplicationMessage”, and implement some sort of message handling for the application.

Example Usage (C#)


_core.ApiApp().EnableApplicationMessage(true);

Parameters

bool

enabled

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

Returns

None.

See Also

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