OPAL
Version 3.10.4
|
#include <transaddr.h>
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) | |
PBoolean | SetPDU (H225_TransportAddress &pdu, WORD defPort=0) const |
PBoolean | SetPDU (H245_TransportAddress &pdu, WORD defPort=0) const |
Transport address for H.323. This adds functions to the basic OpalTransportAddress for conversions to and from H.225 and H.245 PDU structures.
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 |
PBoolean H323TransportAddress::SetPDU | ( | H225_TransportAddress & | pdu, |
WORD | defPort = 0 |
||
) | const |
PBoolean H323TransportAddress::SetPDU | ( | H245_TransportAddress & | pdu, |
WORD | defPort = 0 |
||
) | const |