DDMODAPI_DVB_COMMAND how to send keys to CSA
Posted: Tue Sep 30, 2008 11:54 am
How to setup TDVBCommand struct for this command ?
BYTE SAA_COMMAND[] = {7,0,0x10,1,5,0,0,0,0,0,0,0,0,0,0,0};
DD has this:
typedef struct
{
DWORD dwSize;
WORD wLen;
char Buf[32];
} TDVBCommand
I make some tests, but no success. With MDAPI works fine.
BYTE SAA_COMMAND[] = {7,0,0x10,1,5,0,0,0,0,0,0,0,0,0,0,0};
DD has this:
typedef struct
{
DWORD dwSize;
WORD wLen;
char Buf[32];
} TDVBCommand
I make some tests, but no success. With MDAPI works fine.