code:
int EXPORT Check_xxx(IA &ia,unsigned int &count_rec,unsigned int &max_rec,unsigned int &max_send,char *rbuf)
{ return(0);}
int EXPORT Get_xxx(IA &ia,unsigned int &count_rec,int &q_rec,RSDATA *p,char *rbuf,int &type_cnv)
{ int i;
for (i=0;i<count_rec;i++)
p[i].V.v = rbuf[i];
type_cnv = 0;
return(200);}
int EXPORT Prepare_xxx(int type,char *str,int &type_cnv,int &q_out)
{ strcpy(str,"Test scaner");
type_cnv = 0;
return(0);}
void EXPORT Set_xxx(IA &ia,unsigned int &max_send,unsigned int &max_rec,int &q_rec,RSDATA *p,char *sbuf)
{ sbuf[0] = 0x02;
return;}
int EXPORT zCompare_xxx(IA &ia0,IA &ia1,int &count)
{ return(ia1.i[1]+1);}
int EXPORT zReadAny_xxx(IA &ia, unsigned int &more_rec, unsigned int &all_rec, char *rbuf)
{ return(0);}