#include <transaddr.h>
Inheritance diagram for H323TransportAddress:
Public Member Functions | |
H323TransportAddress () | |
H323TransportAddress (const char *addr, WORD port=0, const char *proto=NULL) | |
H323TransportAddress (const PString &addr, WORD port=0, const char *proto=NULL) | |
H323TransportAddress (const OpalTransportAddress &addr) | |
H323TransportAddress (PIPSocket::Address ip, WORD port, const char *proto=NULL) | |
H323TransportAddress (const H225_TransportAddress &pdu, const char *proto=NULL) | |
H323TransportAddress (const H245_TransportAddress &pdu, const char *proto=NULL) | |
BOOL | SetPDU (H225_ArrayOf_TransportAddress &pdu, const OpalTransport &associatedTransport) |
BOOL | SetPDU (H225_TransportAddress &pdu, WORD defPort=0) const |
BOOL | SetPDU (H245_TransportAddress &pdu, WORD defPort=0) const |
H323TransportAddress::H323TransportAddress | ( | ) | [inline] |
H323TransportAddress::H323TransportAddress | ( | const char * | addr, | |
WORD | port = 0 , |
|||
const char * | proto = NULL | |||
) | [inline] |
H323TransportAddress::H323TransportAddress | ( | const PString & | addr, | |
WORD | port = 0 , |
|||
const char * | proto = NULL | |||
) | [inline] |
H323TransportAddress::H323TransportAddress | ( | const OpalTransportAddress & | addr | ) | [inline] |
H323TransportAddress::H323TransportAddress | ( | PIPSocket::Address | ip, | |
WORD | port, | |||
const char * | proto = NULL | |||
) | [inline] |
H323TransportAddress::H323TransportAddress | ( | const H225_TransportAddress & | pdu, | |
const char * | proto = NULL | |||
) |
proto | Default to tcp |
H323TransportAddress::H323TransportAddress | ( | const H245_TransportAddress & | pdu, | |
const char * | proto = NULL | |||
) |
proto | default to udp |
BOOL H323TransportAddress::SetPDU | ( | H225_ArrayOf_TransportAddress & | pdu, | |
const OpalTransport & | associatedTransport | |||
) |
pdu | List of transport addresses listening on |
associatedTransport | Associated transport for precendence and translation |
BOOL H323TransportAddress::SetPDU | ( | H225_TransportAddress & | pdu, | |
WORD | defPort = 0 | |||
) | const |
BOOL H323TransportAddress::SetPDU | ( | H245_TransportAddress & | pdu, | |
WORD | defPort = 0 | |||
) | const |