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