Denso BHT-200QW Spécifications Page 352

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 377
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 351
- 350 -
Port
Sets the COM port number.
Syntax
[VB]
Public Property Port As Integer
[C#]
public int Port {get; set}
Property
COM port number
Parameter value(s)
: 1: Connector interface, 4: IrDA
Default value
: 4
Exceptions
Name of Exception Meaning
InvalidOperationException The COM port is already open.
Note
If the value of this property is changed while COM port is open, an exception will be thrown.
The value specified for this property will be valid the next time a send or receive operation is
performed.
If an invalid value is specified for this property, no exceptions will be thrown immediately;
however, an exception will be thrown later when an attempt is made to send or receive
data.
[Ex.] Create a FileTransfer class instance.
[VB] Dim Port As Integer = MyFileTransfer.Port
[C#] int Port = MyFileTransfer.Port;
Vue de la page 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 376 377

Commentaires sur ces manuels

Pas de commentaire