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

Method OnLayerWrite

Plugins/FreeRDP/Client/ConnectLayerQTcpSocket.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int CConnectLayerQTcpSocket::OnLayerWrite(const void *data, int bytes)
150{
151 int nRet = m_TcpSocket.write((char*)data, bytes);
152 qDebug(log) << Q_FUNC_INFO << nRet << bytes;
153 return nRet;
154}
155
156BOOL CConnectLayerQTcpSocket::OnLayerWait(BOOL waitWrite, DWORD timeout)
157{

Callers

nothing calls this directly

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected