NetworkAddress::GetAddress
Defined in:
Returns the 32-bit IP address.
C4Network.h
Prototype
uint32 GetAddress(void) const;
Description
The GetAddress
function returns the 32-bit IP address stored in a NetworkAddress
object. The 16-bit port number can be retrieved using the NetworkAddress::GetPort
function.
See Also