home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beijing Paradise BBS Backup
/
PARADISE.ISO
/
software
/
BBSDOORW
/
UUPC11XS.ZIP
/
UUCICO
/
ULIB.H
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-12
|
555b
|
29 lines
/*
ulib.h
*/
extern boolean port_active; /* Port active flag for error handler */
extern int openline(char *name, BPS baud, const boolean direct);
extern unsigned int sread(char *buffer,
unsigned int wanted,
unsigned int timeout);
int swrite(char *data, unsigned int len);
void ssendbrk(unsigned int duration);
void closeline(void);
void SIOSpeed(BPS baud);
void flowcontrol( boolean );
void hangup( void );
BPS GetSpeed( void );
boolean CD( void );