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

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

Comentários a estes Manuais

Sem comentários