FireBirdLib - Topfield TMS PVR TAP Programming Library
HDD_TAP_DisabledEventHandler.c
Go to the documentation of this file.
1#include "FBLib_tap.h"
2
3dword HDD_TAP_DisabledEventHandler(word event, dword param1, dword param2)
4{
5 //Don't access any variables here as this routine is called in the context of the disabled TAP!!!
6 (void) event;
7 (void) param2;
8
9 return param1;
10}
dword HDD_TAP_DisabledEventHandler(word event, dword param1, dword param2)