FreeRDP-WebConnect WebSockets gateway
1.0.0.167
|
Implementation of the FreeRDP Primary interface. More...
#include <Primary.hpp>
Public Member Functions | |
Primary (wspp::wshandler *h) | |
Constructs a new instance. | |
virtual | ~Primary () |
Destructor. | |
void | Register (freerdp *rdp) |
Registers the callbacks ath FreeRDP's API. |
Implementation of the FreeRDP Primary interface.
This class implments callbacks for FreeRDP's Primary API.
Definition at line 29 of file Primary.hpp.
wsgate::Primary::Primary | ( | wspp::wshandler * | h | ) |
Constructs a new instance.
h | A pointer to the corresponding wshandler object. |
void wsgate::Primary::Register | ( | freerdp * | rdp | ) |
Registers the callbacks ath FreeRDP's API.
rdp | A pointer to the FreeRDP instance. |