Starshatter_Open
Open source Starshatter engine
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
NetBrokerClient Class Reference

#include <NetBrokerClient.h>

List of all members.

Static Public Member Functions

static void Enable ()
static void Disable ()
static bool GameOn (const char *name, const char *type, const char *addr, WORD port, const char *password)
static bool GameList (const char *type, List< NetServerInfo > &server_list)

Static Protected Attributes

static bool broker_available = false
static bool broker_found = false

Detailed Description

Definition at line 24 of file NetBrokerClient.h.


Member Function Documentation

static void NetBrokerClient::Disable ( )
inlinestatic

Definition at line 28 of file NetBrokerClient.h.

static void NetBrokerClient::Enable ( )
inlinestatic

Definition at line 27 of file NetBrokerClient.h.

bool NetBrokerClient::GameList ( const char *  type,
List< NetServerInfo > &  server_list 
)
static

Definition at line 101 of file NetBrokerClient.cpp.

bool NetBrokerClient::GameOn ( const char *  name,
const char *  type,
const char *  addr,
WORD  port,
const char *  password 
)
static

Definition at line 35 of file NetBrokerClient.cpp.


Member Data Documentation

bool NetBrokerClient::broker_available = false
staticprotected

Definition at line 38 of file NetBrokerClient.h.

bool NetBrokerClient::broker_found = false
staticprotected

Definition at line 39 of file NetBrokerClient.h.


The documentation for this class was generated from the following files: