Torque2D Reference
Loading...
Searching...
No Matches
RemoteDebuggerBridge Class Reference

#include <RemoteDebuggerBridge.h>

Public Types

enum  ConnectionState {
  Closed , Open , Connected , LoggedOff ,
  LoggedOn
}

Public Member Functions

 RemoteDebuggerBridge ()
virtual ~RemoteDebuggerBridge ()

Static Public Member Functions

static void processCommandLine (S32 argc, const char **argv)
 Direct bridge control.
static bool open (const S32 debuggerVersion, const S32 port, const char *pPassword)
static bool close (void)
static ConnectionState getConnectionState (void)
static StringTableEntry getConnectionPassword (void)

Static Public Attributes

static const S32 IdleWaitPeriod = 100

Member Enumeration Documentation

◆ ConnectionState

Enumerator
Closed 
Open 
Connected 
LoggedOff 
LoggedOn 

Constructor & Destructor Documentation

◆ RemoteDebuggerBridge()

◆ ~RemoteDebuggerBridge()

virtual ~RemoteDebuggerBridge ( )
inlinevirtual

Member Function Documentation

◆ close()

bool close ( void )
static

◆ getConnectionPassword()

StringTableEntry getConnectionPassword ( void )
static

◆ getConnectionState()

RemoteDebuggerBridge::ConnectionState getConnectionState ( void )
static

◆ open()

bool open ( const S32 debuggerVersion,
const S32 port,
const char * pPassword )
static

◆ processCommandLine()

void processCommandLine ( S32 argc,
const char ** argv )
static

Direct bridge control.

Member Data Documentation

◆ IdleWaitPeriod

const S32 IdleWaitPeriod = 100
static

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