TAP_EPG_UpdateEvent

Topfield Documentation

bool TAP_EPG_UpdateEvent(int chType, int chNum, dword evtid, dword runningStatus);

It changes the runningStatus of EPG event.

  • chType : Type of channel. It is defined in Tap.h.
  • chNum : Channel number
  • evtid : event id
  • runningStatus : 0 = undefined, 1= not running, 4 = running
return value : TRUE = Success, FALSE = Fail

Additional Documentation