Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

Platform_Network Class Reference
[Platform]

Inheritance diagram for Platform_Network:

Platform_Win32_Network

List of all members.


Public Types

enum  ConnectionMode { ConnectionMode_TCP, ConnectionMode_UDP }

Public Member Functions

virtual ~Platform_Network ()
virtual Platform_Network_ServerCreateServer (ConnectionMode mode, int port)=0
virtual Platform_Network_ClientCreateClient (ConnectionMode mode, const char *address, int port)=0

Detailed Description

Author:
Mattias Gustavsson
Todo:
Documentation

Definition at line 22 of file Platform_Network.h.


Member Enumeration Documentation

Enumerator:
ConnectionMode_TCP 
ConnectionMode_UDP 

Definition at line 27 of file Platform_Network.h.


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.



Pixie University and the Pixie Game Engine is created and managed by Mattias Gustavsson.
Reproduction/republishing of any material on this site without permission is strictly prohibited.