|
|
1.1 root 1: #ifndef __DIGI_DOT_H
2: #define __DIGI_DOT_H
3:
4: /*
5: * _DIGI.H 5.20A June 8, 1995
6: *
7: * The Greenleaf Comm Library
8: *
9: * Copyright (C) 1991-1995 Greenleaf Software Inc. All Rights Reserved.
10: *
11: * NOTES
12: *
13: * This header file contains constants, structures, and definitions
14: * used by the smart digiboard interface code. There should generally
15: * not be any reason for an end user of the library to include this file.
16: *
17: * MODIFICATIONS
18: *
19: * December 12, 1992 4.00A : Initial release
20: */
21:
22: #define DIGIBOARD_XON_XOFF 0x01
23: #define DIGIBOARD_RTS_CTS 0x02
24: #define DIGIBOARD_INPUT_FLOW_CONTROL 0x04
25: #define DIGIBOARD_OUTPUT_FLOW_CONTROL 0x08
26: #define DIGIBOARD_XON_CHARACTER 0x10
27: #define DIGIBOARD_XOFF_CHARACTER 0x20
28:
29: typedef struct smart_digiboard {
30: int line_status;
31: int xon_xoff;
32: int rts_cts;
33: int dtr_dsr;
34: char far *char_ready_flag;
35: char driver_name[ 9 ];
36: char port_name[ 9 ];
37: } DIGIBOARD;
38:
39: int GF_CONV _DumpPortStatusSmartDigiboard( PORT *port, PORT_DUMPER printer );
40:
41: #endif /* #ifndef __DIGI_DOT_H */
42:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.