|
Torque2D 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. More... | |
| 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 |
| enum ConnectionState |
|
inline |
|
inlinevirtual |
|
static |
|
static |
|
static |
|
static |
|
static |
Direct bridge control.
|
static |
1.8.3.1