iNetworkEndPoint Struct Reference
This is a network end-point interface. More...
#include <driver.h>
Inheritance diagram for iNetworkEndPoint:

Public Methods | |
virtual void | Terminate ()=0 |
Terminate the connection. Destroying the object also auto-terminates. | |
virtual bool | SetOption (const char *name, int value)=0 |
Set an driver-specific option for the end-point. | |
virtual csNetworkDriverError | GetLastError () const=0 |
Retrieve the code for the last error encountered. |
Detailed Description
This is a network end-point interface.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 74 of file driver.h.
Member Function Documentation
|
Retrieve the code for the last error encountered.
|
|
Set an driver-specific option for the end-point. Each driver may support options beyond those provided by these abstract interfaces. For example, the cssocket driver supports 'ttl' and 'loop' options. Consult driver-specific documentation as necessary. |
|
Terminate the connection. Destroying the object also auto-terminates.
|
The documentation for this struct was generated from the following file:
- inetwork/driver.h
Generated for Crystal Space by doxygen 1.2.18