Denso BHT-202Q Manual do Utilizador Página 382

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 407
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 381
AddFile
Adds a file to be transferred.
Syntax
[VB]
Public Sub AddFile(ByVal fileName As String)
[C#]
public void AddFile(string fileName);
Parameters
fileName
[in] Name of the file to be added
(This should not include the path.)
Maximum length: 90 characters
Return value
None
Exceptions
Name of Exception Meaning
ArgumentException The length of the specified file name was zero (0).
PathTooLongException The specified file name is too long.
[Ex.] Add "Mydoc.txt" to the file to be sent.
[VB] MyFileTransfer.AddFile("Mydoc.txt")
[C#] MyFileTransfer.AddFile("Mydoc.txt");
373
Vista de página 381
1 2 ... 377 378 379 380 381 382 383 384 385 386 387 ... 406 407

Comentários a estes Manuais

Sem comentários