Denso BHT-200QW Especificações Página 352

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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;
Vista de página 351
1 2 ... 347 348 349 350 351 352 353 354 355 356 357 ... 376 377

Comentários a estes Manuais

Sem comentários