----------------------------------------------------------------------------- Reload previously discovered device configuration. -----------------------------------------------------------------------------
| 337 | // Reload previously discovered device configuration. |
| 338 | //----------------------------------------------------------------------------- |
| 339 | void ManufacturerSpecific::ReLoadConfigXML |
| 340 | ( |
| 341 | ) |
| 342 | { |
| 343 | LoadConfigXML( ); |
| 344 | } |
| 345 | |
| 346 | //----------------------------------------------------------------------------- |
| 347 | // <ManufacturerSpecific::CreateVars> |