Denso BHT-200QW Especificaciones Pagina 339

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 377
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 338
- 337 -
Port
Specifies the COM port number.
Syntax
[VB]
Public Property Port As Integer
[C#]
public bool Port {get; set}
Property
An integer indicating the 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.
If a port number that does not exist is specified at in this property, no exceptions will be
thrown immediately; however, an exception will be thrown later when an attempt is made to
open the specified port.
[Ex.] Specify the connector interface.
[VB] MyComm.Port = 1
[C#] MyComm.Port = 1;
Vista de pagina 338
1 2 ... 334 335 336 337 338 339 340 341 342 343 344 ... 376 377

Comentarios a estos manuales

Sin comentarios