📄 ulibnmp.h
字号:
#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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -