Denso BHT-200QW Spezifikationen Seite 324

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 323
- 322 -
FileName
Specifies the OS update filename.
Syntax
[VB]
Public Property FileName As String
[C#]
public string FileName{get; set;}
Property
Filename
Default value
: ""
The file name must contain the absolute path of the file.
Set the path name to ”\SysModify\”.
Ensure that the file extension is ”.zl”.
Exceptions
None
Note
Even if an invalid filename or a non-existent file is specified, no exceptions are immediately
thrown. An exception is 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();
Seitenansicht 323
1 2 ... 319 320 321 322 323 324 325 326 327 328 329 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare