Inheritance diagram for H323GatekeeperRequest:

Public Member Functions | |
| virtual H323TransactionPDU * | CreateRIP (unsigned sequenceNumber, unsigned delay) const |
| virtual BOOL | WritePDU (H323TransactionPDU &pdu) |
| BOOL | CheckCryptoTokens () |
| BOOL | CheckGatekeeperIdentifier () |
| BOOL | GetRegisteredEndPoint () |
| H323GatekeeperListener & | GetRasChannel () const |
Construction | |
| H323GatekeeperRequest (H323GatekeeperListener &rasChannel, const H323RasPDU &pdu) | |
Public Attributes | |
| PSafePtr< H323RegisteredEndPoint > | endpoint |
Protected Attributes | |
| H323GatekeeperListener & | rasChannel |
Definition at line 374 of file gkserver.h.
| H323GatekeeperRequest::H323GatekeeperRequest | ( | H323GatekeeperListener & | rasChannel, | |
| const H323RasPDU & | pdu | |||
| ) |
Create a new gatekeeper server request.
Definition at line 651 of file gkserver.cxx.
1.5.2