示例#1
0
 void set_sh_z_device(sh_z_device sh_z_device)
 {
     if (sh_z_device.ok_to_config())
     {
         sh_z_device.config_device_eth();                        //, update_dev_up_progress);
     }
 }
示例#2
0
 void update_sh_z_device(sh_z_device sh_z_device)
 {
     if (sh_z_device.ok_to_update())
     {
         sh_z_device.update(update_file_name);                   //, update_dev_up_progress);
     }
 }