Platform_Network Class Reference | |||||||||||||||||||||||||||||||||||||||||||||||||||
Public Types | |
| enum | ConnectionMode { ConnectionMode_TCP, ConnectionMode_UDP } |
Public Member Functions | |
| virtual void | Update (float deltaTime)=0 |
| virtual Platform_Network_Server * | CreateServer (ConnectionMode mode, int port)=0 |
| virtual Platform_Network_Client * | CreateClient (ConnectionMode mode, const char *address, int port)=0 |
Member Enumeration Documentation
Member Function Documentation
| virtual void Platform_Network::Update | ( | float | deltaTime | ) | [pure virtual] |
Implemented in Platform_Win32_Network.
| virtual Platform_Network_Server* Platform_Network::CreateServer | ( | ConnectionMode | mode, | |
| int | port | |||
| ) | [pure virtual] |
Implemented in Platform_Win32_Network.
| virtual Platform_Network_Client* Platform_Network::CreateClient | ( | ConnectionMode | mode, | |
| const char * | address, | |||
| int | port | |||
| ) | [pure virtual] |
Implemented in Platform_Win32_Network.






