|
Structure to store all the configuration information for the gatekeeper client.
More...
#include <ooGkClient.h>
|
Data Fields |
|
ASN1BOOL | discoveryComplete |
|
OOCTXT | ctxt |
|
OOCTXT | msgCtxt |
|
OOSOCKET | rasSocket |
|
int | localRASPort |
|
char | localRASIP [20] |
|
char | gkRasIP [20] |
|
char | gkCallSignallingIP [20] |
|
RasGatekeeperInfo | gkInfo |
|
int | gkRasPort |
|
int | gkCallSignallingPort |
|
unsigned short | requestSeqNum |
|
timeval | registrationTime |
|
H225GatekeeperIdentifier | gkId |
|
H225EndpointIdentifier | endpointId |
|
DList | callsPendingList |
|
DList | callsAdmittedList |
|
DList | timerList |
|
OOGKCLIENTCALLBACKS | callbacks |
|
ASN1UINT | grqRetries |
|
ASN1UINT | rrqRetries |
|
ASN1UINT | grqTimeout |
|
ASN1UINT | rrqTimeout |
|
ASN1UINT | regTimeout |
|
ASN1UINT | arqTimeout |
|
ASN1UINT | drqTimeout |
Detailed Description
Structure to store all the configuration information for the gatekeeper client.
Gatekeeper client is responsible for all the communication with a gatekeeper.
Definition at line 178 of file ooGkClient.h. The documentation for this struct was generated from the following file:
|