Denso BHT-202Q Bedienungsanleitung Seite 350

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 407
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 349
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 BHT700 system to the system with filename ”BHT700New.SY3”.
[VB]
MySysMod.FileName = “\SysModification\BHT700New.SY3”
MySysMod.Mode = SysModification.EN_MODE.POWEROFF
MySysMod.Execute
[C#]
MySysMod.FileName = @“\SysModification\BHT700New.SY3”;
MySysMod.Mode = SysModification.EN_MODE.POWEROFF;
MySysMod.Execute();
341
Seitenansicht 349
1 2 ... 345 346 347 348 349 350 351 352 353 354 355 ... 406 407

Kommentare zu diesen Handbüchern

Keine Kommentare