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

Method cbLayerRead

Plugins/FreeRDP/Client/ConnectLayer.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83int CConnectLayer::cbLayerRead(void *userContext, void *data, int bytes)
84{
85 //qDebug(log) << Q_FUNC_INFO;
86 if(!userContext) return -1;
87 if (!data || !bytes)
88 return 0;
89 CConnectLayer* pThis = ((LayerUserData*)userContext)->pThis;
90 return pThis->OnLayerRead(data, bytes);
91}
92
93int CConnectLayer::cbLayerWrite(void *userContext, const void *data, int bytes)
94{

Callers

nothing calls this directly

Calls 1

OnLayerReadMethod · 0.45

Tested by

no test coverage detected