Denso BHT-200QW Especificações Página 325

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 324
- 323 -
Mode
Specifies the operation mode after updating the OS.
Syntax
[VB]
Public Property Mode As EN_MODE
[C#]
public EN_MODE Mode{get; set;}
Property
Operation mode
Parameter values
: As listed in EN_MODE
Default value
: EN_MODE.POWEROFF
Exceptions
None
Note
Even if you specify an invalid file name or a non-existent file, no exceptions will be thrown
immediately. An exception will be thrown when the Execute method attempts to update
(modify) the OS.
[Ex.] Update the BHT200 system to the system with filename ”BHT200New.zl”.
[VB]
MySysMod.FileName = “\SysModification\BHT200New.zl”
MySysMod.Mode = SysModification.EN_MODE.POWEROFF
MySysMod.Execute
[C#]
MySysMod.FileName = @“\SysModification\BHT200New.zl”;
MySysMod.Mode = SysModification.EN_MODE.POWEROFF;
MySysMod.Execute();
Vista de página 324
1 2 ... 320 321 322 323 324 325 326 327 328 329 330 ... 376 377

Comentários a estes Manuais

Sem comentários