class H323TransportIP: public H323Transport

This class represents a particular H323 transport using IP.

Inheritance:


Public Methods

[more] H323TransportIP ( H323EndPoint & endpoint, PIPSocket::Address binding, WORD remPort )
Create a new transport channel.
[more]virtual H323TransportAddress GetLocalAddress () const
Get the transport dependent name of the local endpoint
[more]virtual H323TransportAddress GetRemoteAddress () const
Get the transport dependent name of the remote endpoint
[more]virtual BOOL IsCompatibleTransport ( const H225_TransportAddress & pdu ) const
Check that the transport address PDU is compatible with transport
[more]virtual void SetUpTransportPDU ( H225_TransportAddress & pdu, BOOL localTsap ) const
Set up a transport address PDU for RAS channel
[more]virtual void SetUpTransportPDU ( H245_TransportAddress & pdu, unsigned tsap ) const
Set up a transport address PDU for logical channel


Inherited from H323Transport:

Public

Construction

Operations

Signalling Channel

Control Channel

RAS Channel

Member variable access

Protected Fields

oPThread* thread
o


Documentation

This class represents a particular H323 transport using IP. It is used by the TCP and UDP transports.
o H323TransportIP( H323EndPoint & endpoint, PIPSocket::Address binding, WORD remPort )
Create a new transport channel.
Parameters:
endpoint - H323 End Point object
binding - Local interface to use
remPort - Remote port to use

ovirtual H323TransportAddress GetLocalAddress() const
Get the transport dependent name of the local endpoint

ovirtual H323TransportAddress GetRemoteAddress() const
Get the transport dependent name of the remote endpoint

ovirtual BOOL IsCompatibleTransport( const H225_TransportAddress & pdu ) const
Check that the transport address PDU is compatible with transport

ovirtual void SetUpTransportPDU( H225_TransportAddress & pdu, BOOL localTsap ) const
Set up a transport address PDU for RAS channel

ovirtual void SetUpTransportPDU( H245_TransportAddress & pdu, unsigned tsap ) const
Set up a transport address PDU for logical channel


Direct child classes:
H323TransportUDP

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.