TAP_Channel_IsStarted

bool TAP_Channel_IsStarted(int mainSub);

It checks whether the service started or not.

  • mainSub : 1 = main screen, 0 = sub screen.
Return value : TRUE = Service started, FALSE = Not started.

Additional Documentation

You can use CHANNEL_Main or CHANNEL_Sub in place of hard coded values for the mainSub parameter.