C4 Engine
C4 Engine API Documentation

NetworkAddress::GetAddress

Defined in:  C4Network.h
Returns the 32-bit IP address.
Prototype

uint32 GetAddress(voidconst;

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

NetworkAddress::Set

NetworkAddress::GetPort

NetworkAddress::SetPort