Denso BHT-200QW Especificaciones Pagina 359

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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;
Vista de pagina 358
1 2 ... 354 355 356 357 358 359 360 361 362 363 364 ... 376 377

Comentarios a estos manuales

Sin comentarios