#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) |
Definition at line 59 of file nxsession.h.
void nxcl::NXSession::setUsername | ( | string & | user | ) | [inline] |
Accessors
Definition at line 79 of file nxsession.h.