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

Method startMFSDownload

cpp/src/Driver.cpp:7361–7374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7359}
7360
7361bool Driver::startMFSDownload
7362(
7363 string configfile
7364)
7365{
7366 HttpDownload *download = new HttpDownload();
7367 download->url = "http://download.db.openzwave.com/mfs.xml";
7368 download->filename = configfile;
7369 download->operation = HttpDownload::MFSConfig;
7370 download->node = 0;
7371 Log::Write(LogLevel_Info, "Queuing download for %s", download->url.c_str());
7372
7373 return m_httpClient->StartDownload(download);
7374}
7375
7376bool Driver::refreshNodeConfig
7377(

Callers 1

updateMFSConfigFileMethod · 0.80

Calls 3

WriteFunction · 0.85
StartDownloadMethod · 0.80
c_strMethod · 0.45

Tested by 1

updateMFSConfigFileMethod · 0.64