CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

iNetworkEndPoint Struct Reference

This is the network end-point interface for CS. More...

#include <driver.h>

Inheritance diagram for iNetworkEndPoint:

iBase iNetworkConnection iNetworkListener List of all members.

Public Methods

virtual void Terminate ()=0
 Terminates the connection; destroying the object also auto-terminates. More...

virtual bool SetOption (const char *name, int value)=0
 Set an option in the network implementation. See development API docs. More...

virtual csNetworkDriverError GetLastError () const=0
 Retrieve the code for the last error encountered. More...


Detailed Description

This is the network end-point interface for CS.

It represents one end of a network connection or potential connection (such as a listener). All network end-points must implement this interface.

Definition at line 73 of file inetwork/driver.h.


Member Function Documentation

virtual csNetworkDriverError iNetworkEndPoint::GetLastError   const [pure virtual]
 

Retrieve the code for the last error encountered.

virtual bool iNetworkEndPoint::SetOption const char *    name,
int    value
[pure virtual]
 

Set an option in the network implementation. See development API docs.

virtual void iNetworkEndPoint::Terminate   [pure virtual]
 

Terminates the connection; destroying the object also auto-terminates.


The documentation for this struct was generated from the following file:
Generated for Crystal Space by doxygen 1.2.14