|
Product parts
|
|
Virtual File system
|
| Virtual Render |
| Virtual Machine |
| |
|
Demo Games
|
| |
|
3D Engine
|
|
gvSystem(dx9)
|
|
|
|
Link
|
 |
|
|
TCPClient_t Struct Reference#include <TCPClient.h>
Collaboration diagram for TCPClient_t:
[legend]List of all members.
Detailed Description
Definition at line 42 of file TCPClient.h.
Constructor & Destructor Documentation
| TCPClient_t::TCPClient_t |
( |
|
) |
[inline] |
| virtual TCPClient_t::~TCPClient_t |
( |
|
) |
[inline, virtual] |
Member Function Documentation
| bool TCPClient_t::IsConnected |
( |
|
) |
[inline] |
| bool TCPClient_t::Connect |
( |
const char * |
host, |
|
|
unsigned short |
port | |
|
) |
| | |
| void TCPClient_t::Disconnect |
( |
|
) |
|
| bool TCPClient_t::Send |
( |
char * |
fmt, |
|
|
|
... | |
|
) |
| | |
| int TCPClient_t::Read |
( |
char * |
dest, |
|
|
int & |
len | |
|
) |
| | |
| bool TCPClient_t::CanRead |
( |
|
) |
|
Member Data Documentation
The documentation for this struct was generated from the following file:
|