FireBirdLib - Topfield TMS PVR TAP Programming Library
TMSRemote_TAPCOM.h
Go to the documentation of this file.
1#ifndef __TMSREMOTETAPCOMH__
2#define __TMSREMOTETAPCOMH__
3
4#define TMSREMOTETAPID 0x8E0A4230
5
6//The following command returns a dword with the status of TMSRemote
7//.... .... .... .... .... .... .... ..HC
8//C ... 1 if someone is connected
9//H ... 1 if OSD is set to hidden
10
11#define TMSREMOTE_TAPCOM_SERVICE_STATUS 0
12#define TMSREMOTE_TAPCOM_SERVICE_SETDIRECT 1
13#define TMSREMOTE_TAPCOM_SERVICE_CLEARDIRECT 2
14
15#endif