Panda3D
|
DirectDClient is a test app for DriectDServer. More...
#include "directdClient.h"
Public Member Functions | |
void | run_client (const string &host, int port) |
![]() | |
int | client_ready (const string &server_host, int port, const string &cmd) |
int | connect_to (const string &server_host, int port) |
void | disconnect_from (const string &server_host, int port) |
void | listen_to (int port, int backlog=8) |
void | send_command (const string &cmd) |
int | server_ready (const string &client_host, int port) |
int | tell_server (const string &server_host, int port, const string &cmd) |
bool | wait_for_servers (int count, int timeout_ms=2 *60 *1000) |
DirectDClient is a test app for DriectDServer.
Definition at line 18 of file directdClient.h.