----------------------------------------------------------------------------- get the latest ManufacturerSpecific.xml file revision -----------------------------------------------------------------------------
| 5372 | // get the latest ManufacturerSpecific.xml file revision |
| 5373 | //----------------------------------------------------------------------------- |
| 5374 | bool Manager::checkLatestMFSRevision |
| 5375 | ( |
| 5376 | uint32 const _homeId |
| 5377 | ) |
| 5378 | { |
| 5379 | if (Driver *driver = GetDriver( _homeId ) ) |
| 5380 | { |
| 5381 | return driver->CheckMFSConfigRevision(); |
| 5382 | } |
| 5383 | return false; |
| 5384 | } |
| 5385 | |
| 5386 | //----------------------------------------------------------------------------- |
| 5387 | // <Manager::downloadLatestConfigFileRevision> |
nothing calls this directly
no test coverage detected