*** empty log message ***
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef _SERUTIL_H_
|
||||
#define _SERUTIL_H_
|
||||
|
||||
#define SER_BUF_LEN 320
|
||||
|
||||
typedef struct { int private; } SerChannel;
|
||||
@@ -6,3 +9,5 @@ SerChannel *SerOpen(const char *host, int msecTmo, void (*idleHdl)(int,int));
|
||||
char *SerCmdC(SerChannel *ser, const char *cmnd);
|
||||
char *SerCmd(SerChannel *ser, char *cmnd);
|
||||
int SerClose(SerChannel *ser);
|
||||
|
||||
#endif /* _SERUTIL_H_ */
|
||||
|
||||
Reference in New Issue
Block a user