Describes the local socket to use for RakPeer::Startup. More...
#include <RakNetTypes.h>
Public Member Functions | |
| SocketDescriptor () | |
| SocketDescriptor (unsigned short _port, const char *_hostAddress) | |
Public Attributes | |
| unsigned short | port |
| The local port to bind to. Pass 0 to have the OS autoassign a port. | |
| char | hostAddress [32] |
| The local network card address to bind to, such as "127.0.0.1". Pass an empty string to use INADDR_ANY. | |
| unsigned short | remotePortRakNetWasStartedOn_PS3 |
Describes the local socket to use for RakPeer::Startup.
Definition at line 46 of file RakNetTypes.h.
| SocketDescriptor::SocketDescriptor | ( | ) |
Definition at line 40 of file RakNetTypes.cpp.
| SocketDescriptor::SocketDescriptor | ( | unsigned short | _port, | |
| const char * | _hostAddress | |||
| ) |
Definition at line 41 of file RakNetTypes.cpp.
| char SocketDescriptor::hostAddress[32] |
The local network card address to bind to, such as "127.0.0.1". Pass an empty string to use INADDR_ANY.
Definition at line 55 of file RakNetTypes.h.
| unsigned short SocketDescriptor::port |
The local port to bind to. Pass 0 to have the OS autoassign a port.
Definition at line 52 of file RakNetTypes.h.
| unsigned short SocketDescriptor::remotePortRakNetWasStartedOn_PS3 |
Definition at line 59 of file RakNetTypes.h.
1.7.1