#include <transports.h>
Inheritance diagram for H323TransportIP:
Public Member Functions | |
H323TransportIP (H323EndPoint &endpoint, PIPSocket::Address binding, WORD remPort) | |
virtual H323TransportAddress | GetLocalAddress () const |
virtual H323TransportAddress | GetRemoteAddress () const |
virtual BOOL | IsCompatibleTransport (const H225_TransportAddress &pdu) const |
virtual void | SetUpTransportPDU (H225_TransportAddress &pdu, BOOL localTsap) const |
virtual void | SetUpTransportPDU (H245_TransportAddress &pdu, unsigned tsap) const |
Protected Attributes | |
PIPSocket::Address | localAddress |
WORD | localPort |
PIPSocket::Address | remoteAddress |
WORD | remotePort |
|
Create a new transport channel.
|
|
Get the transport dependent name of the local endpoint. Implements H323Transport. |
|
Get the transport dependent name of the remote endpoint. Implements H323Transport. |
|
Check that the transport address PDU is compatible with transport. Reimplemented from H323Transport. |
|
Set up a transport address PDU for logical channel. Reimplemented from H323Transport. |
|
Set up a transport address PDU for RAS channel. Reimplemented from H323Transport. |
|
|
|
|
|
|
|
|