- Conescan working now
- Removed old NETReadTillterm SKIPPED: psi/libpsi.a psi/tasdriveo.c
This commit is contained in:
@@ -93,9 +93,7 @@
|
||||
/* returns 1 if data is pending on the port, 0 if none is
|
||||
pending.
|
||||
*/
|
||||
int NETReadTillTermNew(mkChannel *self, long timeout,
|
||||
char *pTerm, char *pBuffer, int iBufLen);
|
||||
int NETReadTillTerm(mkChannel *self, int timeout,
|
||||
int NETReadTillTerm(mkChannel *self, long timeout,
|
||||
char *pTerm, char *pBuffer, int iBufLen);
|
||||
/*
|
||||
reads data until one of the terminators defined in pTerm has
|
||||
|
||||
Reference in New Issue
Block a user