Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

Platform_Network_Server Class Reference
[Platform]

Platform independent abstraction of a Platform_Network. More...

Inheritance diagram for Platform_Network_Server:

Platform_Win32_Network_Server

List of all members.


Public Member Functions

virtual ~Platform_Network_Server ()
virtual
Platform_Network::ConnectionMode 
GetConnectionMode ()=0
virtual int GetPort ()=0
virtual bool IsConnected ()=0
virtual int SendData (void *data, int size)=0
virtual int GetReceivedSize ()=0
virtual int GetReceivedData (void *buffer, int size)=0

Detailed Description

Platform independent abstraction of a Platform_Network.

Author:
Mattias Gustavsson
Todo:
Documentation

Definition at line 21 of file Platform_Network_Server.h.


Constructor & Destructor Documentation

virtual Platform_Network_Server::~Platform_Network_Server (  )  [virtual]

Definition at line 24 of file Platform_Network_Server.h.


Member Function Documentation

virtual Platform_Network::ConnectionMode Platform_Network_Server::GetConnectionMode (  )  [pure virtual]

virtual int Platform_Network_Server::GetPort (  )  [pure virtual]

virtual bool Platform_Network_Server::IsConnected (  )  [pure virtual]

virtual int Platform_Network_Server::SendData ( void *  data,
int  size 
) [pure virtual]

virtual int Platform_Network_Server::GetReceivedSize (  )  [pure virtual]

virtual int Platform_Network_Server::GetReceivedData ( void *  buffer,
int  size 
) [pure virtual]



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.