|
PTLib
Version 2.10.4
|
UDP socket that has been created by the STUN client. More...
#include <pstun.h>
Public Member Functions | |
| PSTUNUDPSocket () | |
| virtual PBoolean | GetLocalAddress (Address &addr) |
| virtual PBoolean | GetLocalAddress (Address &addr, WORD &port) |
Protected Attributes | |
| PIPSocket::Address | externalIP |
UDP socket that has been created by the STUN client.
| virtual PBoolean PSTUNUDPSocket::GetLocalAddress | ( | Address & | addr | ) | [virtual] |
| addr | Variable to receive hosts IP address |
Reimplemented from PIPSocket.
| virtual PBoolean PSTUNUDPSocket::GetLocalAddress | ( | Address & | addr, |
| WORD & | port | ||
| ) | [virtual] |
| addr | Variable to receive peer hosts IP address |
| port | Variable to receive peer hosts port number |
Reimplemented from PIPSocket.
PIPSocket::Address PSTUNUDPSocket::externalIP [protected] |