Platform_Network Class Reference
[Platform]
Inheritance diagram for Platform_Network:

Public Types | |
| enum | ConnectionMode { ConnectionMode_TCP, ConnectionMode_UDP } |
Public Member Functions | |
| virtual | ~Platform_Network () |
| virtual Platform_Network_Server * | CreateServer (ConnectionMode mode, int port)=0 |
| virtual Platform_Network_Client * | CreateClient (ConnectionMode mode, const char *address, int port)=0 |
Detailed Description
- Todo:
- Documentation
Definition at line 22 of file Platform_Network.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
| virtual Platform_Network::~Platform_Network | ( | ) | [virtual] |
Definition at line 25 of file Platform_Network.h.
Member Function Documentation
| 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.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
