MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / FinishDownload

Method FinishDownload

cpp/src/Http.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48};
49
50void i_HttpClient::FinishDownload(HttpDownload *transfer) {
51 /* send the response back to the Driver for processing */
52 Driver::EventMsg *event = new Driver::EventMsg();
53 event->type = Driver::EventMsg::Event_Http;
54 event->event.httpdownload = transfer;
55 this->m_driver->SubmitEventMsg(event);
56}
57
58
59

Callers 1

HttpThreadProcMethod · 0.80

Calls 1

SubmitEventMsgMethod · 0.80

Tested by

no test coverage detected