----------------------------------------------------------------------------- Download the Latest ManufacturerSpecific Revision -----------------------------------------------------------------------------
| 5410 | // Download the Latest ManufacturerSpecific Revision |
| 5411 | //----------------------------------------------------------------------------- |
| 5412 | bool Manager::downloadLatestMFSRevision |
| 5413 | ( |
| 5414 | uint32 const _homeId |
| 5415 | ) |
| 5416 | { |
| 5417 | if (Driver *driver = GetDriver( _homeId ) ) |
| 5418 | { |
| 5419 | return driver->downloadMFSRevision(); |
| 5420 | } |
| 5421 | return false; |
| 5422 | } |
| 5423 |
nothing calls this directly
no test coverage detected