forked from willamowius/gnugk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cisco.h
123 lines (97 loc) · 2.69 KB
/
cisco.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
//
// cisco.h
//
// Code automatically generated by asnparse.
//
#if ! H323_DISABLE_CISCO
#ifndef __CISCO_H
#define __CISCO_H
#ifdef P_USE_PRAGMA
#pragma interface
#endif
#include <ptclib/asner.h>
#include "h225.h"
#include "config.h"
//
// ArrayOf_AliasAddress
//
class H225_AliasAddress;
class Cisco_ArrayOf_AliasAddress : public PASN_Array
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(Cisco_ArrayOf_AliasAddress, PASN_Array);
#endif
public:
Cisco_ArrayOf_AliasAddress(unsigned _tag = UniversalSequence, TagClass _tagClass = UniversalTagClass);
PASN_Object * CreateObject() const;
H225_AliasAddress & operator[](PINDEX i) const;
PObject * Clone() const;
};
//
// ARQnonStandardInfo
//
class Cisco_ARQnonStandardInfo : public PASN_Sequence
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(Cisco_ARQnonStandardInfo, PASN_Sequence);
#endif
public:
Cisco_ARQnonStandardInfo(unsigned _tag = 2, TagClass _tagClass = ContextSpecificTagClass);
enum OptionalFields {
e_redirectIEinfo,
e_callingOctet3a,
e_displayInformationElement,
e_interfaceSpecificBillingId,
e_interfaceDescription
};
Cisco_ArrayOf_AliasAddress m_sourceAlias;
Cisco_ArrayOf_AliasAddress m_sourceExtAlias;
PASN_Integer m_redirectIEinfo;
PASN_Integer m_callingOctet3a;
PASN_IA5String m_displayInformationElement;
PASN_IA5String m_interfaceSpecificBillingId;
PASN_IA5String m_interfaceDescription;
PINDEX GetDataLength() const;
PBoolean Decode(PASN_Stream & strm);
void Encode(PASN_Stream & strm) const;
#ifndef PASN_NOPRINTON
void PrintOn(ostream & strm) const;
#endif
Comparison Compare(const PObject & obj) const;
PObject * Clone() const;
};
//
// LRQnonStandardInfo
//
class Cisco_LRQnonStandardInfo : public PASN_Sequence
{
#ifndef PASN_LEANANDMEAN
PCLASSINFO(Cisco_LRQnonStandardInfo, PASN_Sequence);
#endif
public:
Cisco_LRQnonStandardInfo(unsigned _tag = 4, TagClass _tagClass = ContextSpecificTagClass);
enum OptionalFields {
e_callIdentifier,
e_redirectIEinfo,
e_callingOctet3a,
e_gatewaySrcInfo,
e_displayInformationElement
};
PASN_Integer m_ttl;
H225_CallIdentifier m_callIdentifier;
PASN_Integer m_redirectIEinfo;
PASN_Integer m_callingOctet3a;
Cisco_ArrayOf_AliasAddress m_gatewaySrcInfo;
PASN_IA5String m_displayInformationElement;
PINDEX GetDataLength() const;
PBoolean Decode(PASN_Stream & strm);
void Encode(PASN_Stream & strm) const;
#ifndef PASN_NOPRINTON
void PrintOn(ostream & strm) const;
#endif
Comparison Compare(const PObject & obj) const;
PObject * Clone() const;
};
#endif // __CISCO_H
#endif // if ! H323_DISABLE_CISCO
// End of cisco.h