#include <mxcpcIPAddress.h>
Public Member Functions | |
mxcpcIPAddress (int ip1, int ip2, int ip3, int ip4) | |
mxcpcIPAddress () | |
int | getIP1 (void) const |
int | getIP2 (void) const |
int | getIP3 (void) const |
int | getIP4 (void) const |
Private Attributes | |
int | IP1 |
int | IP2 |
int | IP3 |
int | IP4 |
Definition at line 29 of file mxcpcIPAddress.h.