![]() |
Public API Reference |
#include <driver.h>
Inheritance diagram for iNetworkEndPoint:

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... | |
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.
|
|
Retrieve the code for the last error encountered.
|
|
||||||||||||
|
Set an option in the network implementation. See development API docs.
|
|
|
Terminates the connection; destroying the object also auto-terminates.
|