C4 Engine Terathon Software C4 Engine API Documentation

• Network Manager

API Links
Developer Links

NetworkAddress::GetAddress

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

unsigned long 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