www.pudn.com > wsc4c30.zip > ASDRV.H
/* asdrv.h */ #define ASC_NO_ERROR 0 #define ASC_NOT_ACTIVE_ERROR -700 #define ASC_CANNOT_OPEN_ERROR -701 #define ASC_DISK_READ_ERROR -702 #define ASC_INTERNAL_ERROR -705 #define ASC_NOT_OPEN_ERROR -706 int ascAbort(void); int ascGetErrorCode(void); int ascGetErrorState(void); LPSTR ascGetFilename(void); int ascGetState(void); long ascGetFileLength(void); long ascGetCharCount(void); void ascInit(int,int,int); void ascStartTx(LPSTR,int,char,int); void ascStartRx(LPSTR,char,int,int,int); int ascDriver(void);