MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / OnProcess

Method OnProcess

Plugins/FreeRDP/Client/BackendFreeRDP.cpp:367–370  ·  view source on GitHub ↗

! * \~chinese 插件连接的具体操作处理。因为此插件是非Qt事件,所以在此函数中等待。 * * \~english Specific operation processing of plug-in connection. * Because of it is a non-Qt event loop, so wait in here. * * \~ * \return * \li >= 0: continue, Interval call time (msec) * \li = -1: stop * \li < -1: error * \see CConnect::Connect() CConnect::slotTimeOut() */

Source from the content-addressed store, hash-verified

365 * \see CConnect::Connect() CConnect::slotTimeOut()
366 */
367int CBackendFreeRDP::OnProcess()
368{
369 return OnProcess(DEFAULT_TIMEOUT);
370}
371
372/*!
373 * \~chinese 插件连接的具体操作处理。因为此插件是非Qt事件,所以在此函数中等待。

Callers 1

slotReadyReadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected