class H323TransportTCP |
This class represents a particular H323 transport using TCP/IP
| H323TransportTCP ( H323EndPoint & endpoint, PIPSocket::Address binding = INADDR_ANY, BOOL listen = FALSE ) Create a new transport channel. | |
| ~H323TransportTCP () Destroy transport channel | |
| SetRemoteAddress ( const H323TransportAddress & address ) Set default remote address to connect to. | |
| Connect () Connect to the remote party | |
| Close () Close the channel | |
| ReadPDU ( PBYTEArray & pdu ) Read a protocol data unit from the transport. | |
| WritePDU ( const PBYTEArray & pdu ) Write a protocol data unit from the transport. | |
| CreateControlChannel ( H323Connection & connection ) Begin the opening of a control channel. | |
| AcceptControlChannel ( H323Connection & connection ) Finish the opening of a control channel. | |
| IsListening () const Indicate we are waiting from remote to connect back to us |
| OnOpen () This callback is executed when the Open() function is called with open channels. |
Construction
Operations
Signalling Channel
Control Channel
RAS Channel
Member variable access
This class represents a particular H323 transport using TCP/IP
The default behaviour is to simply return TRUE.
Alphabetic index HTML hierarchy of classes or Java