|
nxcl
@VERSION@
|
#include <nxsession.h>
Public Member Functions | |
| string | parseSSH (string) |
| int | parseResponse (string) |
| void | parseResumeSessions (list< string >) |
| void | resetSession (void) |
| void | wipeSessions (void) |
| bool | chooseResumable (int n) |
| bool | terminateSession (int n) |
| string | generateCookie (void) |
| void | runSession (void) |
| void | setUsername (string &user) |
| void | setPassword (string &pass) |
| void | setResolution (int x, int y) |
| void | setDepth (int d) |
| void | setRender (bool isRender) |
| void | setEncryption (bool enc) |
| void | setContinue (bool allow) |
| void | setSessionData (NXSessionData *) |
| NXSessionData * | getSessionData () |
| bool | getSessionDataSet (void) |
| void | setCallbacks (NXSessionCallbacks *cb) |
This class is used to parse the output from the nxssh session to the server.
Definition at line 59 of file nxsession.h.
|
inline |
Accessors
Definition at line 79 of file nxsession.h.
1.8.13