Introduction
Downloads
Documentation
Tutorials
Pixie Lite
Forum

Home

Platform_Win32_Network_Server Class Reference

Inheritance diagram for Platform_Win32_Network_Server:

Platform_Network_Server

List of all members.


Public Member Functions

 Platform_Win32_Network_Server (Platform_Win32_Network *network, Platform_Network::ConnectionMode mode, int port)
virtual ~Platform_Win32_Network_Server ()
virtual
Platform_Network::ConnectionMode 
GetConnectionMode ()
virtual int GetPort ()
virtual bool Listen ()
virtual bool Disconnect ()
virtual bool IsListening ()
virtual bool IsConnected ()
virtual int SendData (void *data, int size)
virtual int GetReceivedSize ()
virtual int GetReceivedData (void *buffer, int size)
void Update ()

Detailed Description

Author:
Mattias Gustavsson

Definition at line 21 of file Platform_Win32_Network_Server.h.


Constructor & Destructor Documentation

Platform_Win32_Network_Server::Platform_Win32_Network_Server ( Platform_Win32_Network network,
Platform_Network::ConnectionMode  mode,
int  port 
)

Definition at line 22 of file Platform_Win32_Network_Server.cpp.

Platform_Win32_Network_Server::~Platform_Win32_Network_Server (  )  [virtual]

Definition at line 212 of file Platform_Win32_Network_Server.cpp.


Member Function Documentation

Platform_Network::ConnectionMode Platform_Win32_Network_Server::GetConnectionMode (  )  [virtual]

Implements Platform_Network_Server.

Definition at line 233 of file Platform_Win32_Network_Server.cpp.

int Platform_Win32_Network_Server::GetPort (  )  [virtual]

Implements Platform_Network_Server.

Definition at line 249 of file Platform_Win32_Network_Server.cpp.

bool Platform_Win32_Network_Server::Listen (  )  [virtual]

Definition at line 368 of file Platform_Win32_Network_Server.cpp.

bool Platform_Win32_Network_Server::Disconnect (  )  [virtual]

Definition at line 265 of file Platform_Win32_Network_Server.cpp.

bool Platform_Win32_Network_Server::IsListening (  )  [virtual]

Definition at line 225 of file Platform_Win32_Network_Server.cpp.

bool Platform_Win32_Network_Server::IsConnected (  )  [virtual]

Implements Platform_Network_Server.

Definition at line 273 of file Platform_Win32_Network_Server.cpp.

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

Implements Platform_Network_Server.

Definition at line 281 of file Platform_Win32_Network_Server.cpp.

int Platform_Win32_Network_Server::GetReceivedSize (  )  [virtual]

Implements Platform_Network_Server.

Definition at line 311 of file Platform_Win32_Network_Server.cpp.

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

Implements Platform_Network_Server.

Definition at line 319 of file Platform_Win32_Network_Server.cpp.

void Platform_Win32_Network_Server::Update (  ) 

Definition at line 344 of file Platform_Win32_Network_Server.cpp.



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.