Denso BHT-200QW Dokumentacja Strona 359

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 377
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 358
- 357 -
FileCount
Acquires the file number of the file being transferred.
Syntax
[VB]
Public ReadOnly Property FileCount As Integer
[C#]
public int FileCount {get; }
Property
File number. (A serial number starting with the first file transferred as file number 1.)
Default value
: 0
Exceptions
None
[Ex.] Acquire the number of the file currently being sent.
[VB] Dim Number As Integer = MyFileTransfer.FileCount
[C#] int Number = MyFileTransfer.FileCount;
Przeglądanie stron 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 376 377

Komentarze do niniejszej Instrukcji

Brak uwag