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

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 377
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 333
- 332 -
WaitEvent
Sets or acquires the event to wait for.
Syntax
[VB]
Public Property WaitEvent As EN_EVENT
[C#]
public EN_EVENT WaitEvent {get; set;}
Property
Event to wait for
Parameter values
: As listed in EN_EVENT
Default value
: EN_EVENT.NONE
Exceptions
Name of Exception Meaning
ObjectDisposedException COM has not been opened yet.
ArgumentException The specified parameter value(s) lies outside the
permissible range.
Note
The parameter value will always be EN_EVENT.NONE while the port is closed.
[Ex.] Set the BHT to wait for a receive event.
[VB] MyComm.WaitEvent = CommSerial.EN_EVENT.RECEIVE
[C#] MyComm.WaitEvent = CommSerial.EN_EVENT.RECEIVE;
Vista de página 333
1 2 ... 329 330 331 332 333 334 335 336 337 338 339 ... 376 377

Comentários a estes Manuais

Sem comentários