|
|
1.1 ! root 1: #ifndef __ARNET_DOT_H ! 2: #define __ARNET_DOT_H ! 3: ! 4: /* ! 5: * _ARNET.H 5.20A June 8, 1995 ! 6: * ! 7: * ! 8: * The Greenleaf Comm Library ! 9: * ! 10: * Copyright (C) 1991-1995 Greenleaf Software Inc. All Rights Reserved. ! 11: * ! 12: * NOTES ! 13: * ! 14: * This header file contains constants, structures, and definitions ! 15: * used by the Greenleaf Smart Arnet interface code. There should ! 16: * generally not be any reason for an end user of the library to ! 17: * include this file. ! 18: * ! 19: * MODIFICATIONS ! 20: * ! 21: * December 12, 1992 4.00A : Initial release ! 22: */ ! 23: ! 24: typedef struct arnet_port { ! 25: int line_status; ! 26: int xon_xoff; ! 27: int rts_cts; ! 28: int dtr_dsr; ! 29: unsigned int char_counter; ! 30: long baud_rate; ! 31: char parity; ! 32: int word_length; ! 33: int stop_bits; ! 34: } ARNET_PORT; ! 35: ! 36: int GF_CONV _DumpPortStatusSmartArnet( PORT *port, PORT_DUMPER printer ); ! 37: ! 38: ! 39: #endif /* #ifndef __ARNET_DOT_H */ ! 40:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.