![]() |
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 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 69 of file inetwork/driver.h.
|
Retrieve the code for the last error encountered.
|
|
Terminates the connection; destroying the object also auto-terminates.
|