home *** CD-ROM | disk | FTP | other *** search
- #ifndef ULIBNMP_H
- #define ULIBNMP_H
-
- /*--------------------------------------------------------------------*/
- /* u l i b n m p . h */
- /* */
- /* OS/2 named pipes support */
- /*--------------------------------------------------------------------*/
-
- /*--------------------------------------------------------------------*/
- /* Changes Copyright (c) 1990-1993 by Kendra Electronic */
- /* Wonderworks. */
- /* */
- /* All rights reserved except those explicitly granted by the */
- /* UUPC/extended license agreement. */
- /*--------------------------------------------------------------------*/
-
- /*--------------------------------------------------------------------*/
- /* RCS Information */
- /*--------------------------------------------------------------------*/
-
- /*
- * $Id: ulibnmp.h 1.1 1993/09/24 03:46:07 ahd Exp $
- *
- * Revision history:
- * $Log: ulibnmp.h $
- * Revision 1.1 1993/09/24 03:46:07 ahd
- * Initial revision
- *
- *
- */
-
- int pactiveopenline(char *name, BPS baud, const boolean direct );
-
- int ppassiveopenline(char *name, BPS baud, const boolean direct );
-
- unsigned int psread(char *output, unsigned int wanted, unsigned int timeout);
-
- int pswrite(const char *input, unsigned int len);
-
- void pssendbrk(unsigned int duration);
-
- void pcloseline(void);
-
- void phangup( void );
-
- void pSIOSpeed(BPS baud);
-
- void pflowcontrol( boolean flow );
-
- BPS pGetSpeed( void );
-
- boolean pCD( void );
-
- boolean pWaitForNetConnect(int timeout);
-
- #endif
-