#include <RadiusAddress.h>
Public Member Functions | |
RadiusAddress () | |
Constructor. | |
RadiusAddress (const char *p_hostname, uint16_t p_port) | |
Constructor. | |
in_port_t | getPort () const |
Get IP port. | |
in_addr_t | getIP () const |
Get IP address. | |
void | set (in_addr_t p_hostname, uint16_t p_port) |
Update IP address & port. | |
void | set (const char *p_hostname, uint16_t p_port) |
Update IP address & port. | |
void | dump () |
Dump RadiusAddress in readable text format to STDOUT. |
|
Constructor.
|