ContRap-Core
|
Class Socket is a platform independent socket implementation. More...
#include <socket.h>
Public Member Functions | |
Socket () | |
Creates a new empty client socket. | |
~Socket () | |
Disconnects. | |
void | disconnect () |
Disconnects from the socket. | |
Protected Attributes | |
int | handle |
Handle of the socket. |
crp::Socket::Socket | ( | ) |
Creates a new empty client socket.
crp::Socket::~Socket | ( | ) |
Disconnects.
void crp::Socket::disconnect | ( | ) |
Disconnects from the socket.
int crp::Socket::handle [protected] |
Handle of the socket.