News SF.net Project Frequently Asked Questions Documentation Downloads Mailing Lists How to Contribute

SourceForge.net Logo

Changing the way games are made and played.

TNL::IPAddress struct Reference

TNL::IPAddress Struct Reference

#include <tnlUDP.h>


Detailed Description

Packed representaion of an IPAddress.


Data Fields

U32 netNum
 Address of the host in IP address format.

U16 port
 Port field of the network address.


Field Documentation

U32 TNL::IPAddress::netNum
 

Address of the host in IP address format.

U16 TNL::IPAddress::port
 

Port field of the network address.