|
|
1.1 root 1: //****************************************************************************
2: //
3: // Microsoft NT Remote Access Service
4: //
5: // Copyright 1992-93
6: //
7: // Filename: isdn.h
8: //
9: // Revision History:
10: //
11: // Feb 28, 1993 Gurdeep Pall Created
12: //
13: //
14: // Description: This file contains all the device and media DLL interface
15: // information specific to ISDN.
16: //
17: //****************************************************************************
18:
19:
20: #ifndef _ISDNINCLUDE_
21: #define _ISDNINCLUDE_
22:
23: #define ISDN_TXT "isdn"
24:
25: // ISDN Media Parameter
26: //
27: #define ISDN_LINETYPE_KEY "LineType" // Param type NUMBER
28: #define ISDN_LINETYPE_VALUE_64DATA 0
29: #define ISDN_LINETYPE_VALUE_56DATA 1
30: #define ISDN_LINETYPE_VALUE_56VOICE 2
31:
32: #define ISDN_FALLBACK_KEY "Fallback" // Param type NUMBER
33: #define ISDN_FALLBACK_VALUE_ON 1
34: #define ISDN_FALLBACK_VALUE_OFF 0
35:
36: #define ISDN_COMPRESSION_KEY "EnableCompression" // Param type NUMBER
37: #define ISDN_COMPRESSION_VALUE_ON 1
38: #define ISDN_COMPRESSION_VALUE_OFF 0
39:
40: #define ISDN_CHANNEL_AGG_KEY "ChannelAggregation"// Param type NUMBER
41:
42:
43: // ISDN Device Parameter
44: //
45: #define ISDN_PHONENUMBER_KEY "PhoneNumber" // Param type STRING
46: #define MAX_PHONENUMBER_LEN 255
47:
48:
49: // Statistics information and indices.
50: //
51: #define NUM_ISDN_STATS 10
52:
53: #define BYTES_XMITED 0 // Generic Stats
54: #define BYTES_RCVED 1
55: #define FRAMES_XMITED 2
56: #define FRAMES_RCVED 3
57:
58: #define CRC_ERR 4 // Isdn Stats
59: #define TIMEOUT_ERR 5
60: #define ALIGNMENT_ERR 6
61: #define SERIAL_OVERRUN_ERR 7
62: #define FRAMING_ERR 8
63: #define BUFFER_OVERRUN_ERR 9
64:
65: #endif // _ISDNINCLUDE_
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.