CrystalSpace

Public API Reference

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

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 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 69 of file inetwork/driver.h.


Member Function Documentation

virtual csNetworkDriverError iNetworkEndPoint::GetLastError   const [pure virtual]
 

Retrieve the code for the last error encountered.

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