FireBirdLib - Topfield TMS PVR TAP Programming Library
FrontPanelGetPatch.c
Go to the documentation of this file.
1#include <unistd.h>
2#include "FBLib_main.h"
3
4bool FrontPanelGetPatch(byte *Version, byte *Type)
5{
7
9
10 if(Version) *Version = FPPatchVersion;
11 if(Type) *Type = FPPatchType;
12
13 TRACEEXIT();
14 return (FPPatchVersion != 0);
15}
bool FP_Initialize(void)
byte FPPatchType
Definition: FrontPanelComm.c:5
byte FPPatchVersion
Definition: FrontPanelComm.c:4
bool FrontPanelGetPatch(byte *Version, byte *Type)
#define TRACEEXIT()
Definition: libFireBird.h:1244
#define TRACEENTER()
Definition: libFireBird.h:1243