class H323TransportUDP |
This class represents a particular H323 transport using UDP/IP
![]() | H323TransportUDP ( H323EndPoint & endpoint, PIPSocket::Address binding = INADDR_ANY, WORD localPort = 0, WORD remotePort = 0 ) Create a new transport channel. |
![]() | SetRemoteAddress ( const H323TransportAddress & address ) Set default remote address to connect to. |
![]() | Connect () Connect to the remote party |
![]() | SetPromiscuous ( PromisciousModes promiscuous ) Set read to promiscuous mode. |
![]() | GetLastReceivedAddress () const Get the transport address of the last received PDU. |
![]() | ReadPDU ( PBYTEArray & pdu ) Read a protocol data unit from the transport. |
![]() | WritePDU ( const PBYTEArray & pdu ) Write a protocol data unit from the transport. |
![]() | DiscoverGatekeeper ( H323Gatekeeper & gk, H323RasPDU & pdu, const H323TransportAddress & address ) Discover a Gatekeeper on the local network. |
Construction
Operations
Signalling Channel
Control Channel
RAS Channel
Member variable access
This class represents a particular H323 transport using UDP/IP
The Read() call may optionally set the remote address automatically to whatever the sender host of the last received message was.
Default behaviour sets the internal flag, so that Read() operates as described.
Default behaviour returns the lastReceivedAddress member variable.
Alphabetic index HTML hierarchy of classes or Java