Public Member Functions | |
| KInetAddr () | |
| KInetAddr (u32 Address, u16 Port) | |
| KInetAddr (char *pAddress, u16 Port) | |
| void | SetPort (u16 Port) |
| void | SetAddress (u32 Address) |
| void | SetAddress (u8 Addr1, u8 Addr2, u8 Addr3, u8 Addr4) |
| void | SetAddress (char *pAddress) |
| void | SetInAddr (in_addr &in) |
| u16 | GetPort () |
| u32 | GetAddress () |
| char * | GetpAddress () |
| in_addr | GetInAddr () |
| bool | operator== (KInetAddr &Addr) |
Protected Attributes | |
| u16 | m_Port |
| u32 | m_Address |
| u8 | m_Addr1 |
| u8 | m_Addr2 |
| u8 | m_Addr3 |
| u8 | m_Addr4 |
Definition at line 19 of file INetAddr.h.
1.5.1-p1