Platform_Network_Server Class Reference
[Platform]
Platform independent abstraction of a Platform_Network.
More...
Inheritance diagram for Platform_Network_Server:

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.
- 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] |
Implemented in Platform_Win32_Network_Server.
| virtual int Platform_Network_Server::GetPort | ( | ) | [pure virtual] |
Implemented in Platform_Win32_Network_Server.
| virtual bool Platform_Network_Server::IsConnected | ( | ) | [pure virtual] |
Implemented in Platform_Win32_Network_Server.
| virtual int Platform_Network_Server::SendData | ( | void * | data, | |
| int | size | |||
| ) | [pure virtual] |
Implemented in Platform_Win32_Network_Server.
| virtual int Platform_Network_Server::GetReceivedSize | ( | ) | [pure virtual] |
Implemented in Platform_Win32_Network_Server.
| virtual int Platform_Network_Server::GetReceivedData | ( | void * | buffer, | |
| int | size | |||
| ) | [pure virtual] |
Implemented in Platform_Win32_Network_Server.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
