#include <driver.h>
Inheritance diagram for iNetworkEndPoint:
Public Methods | |
virtual void | Terminate ()=0 |
Terminates the connection; destroying the object also auto-terminates. | |
virtual csNetworkDriverError | GetLastError () const=0 |
Retrieve the code for the last error encountered. |
It represents one end of a network connection or potential connection (such as a listener). All network end-points must implement this interface.