Denso BHT-202Q Instrukcja Użytkownika Strona 377

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 407
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 376
StopBits
Specifies the number of stop bits to be used.
Syntax
[VB]
Public Property StopBits As EN_STOPBITS
[C#]
public EN_STOPBITS StopBits {get; set}
Property
Stop bits
Parameter values
: As listed in EN_STOPBITS
ONEBIT, TWOBITS (connector interface communication)
ONEBIT (IrDA communication)
Default value
: EN_STOPBITS. ONEBIT
Exceptions
None
Note
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.] Set the stop bit to 1 bit.
[VB] MyFileTransfer.StopBits = FileTransfer.EN_STOPBITS.ONEBIT
[C#] MyFileTransfer.StopBits = FileTransfer.EN_STOPBITS.ONEBIT;
368
Przeglądanie stron 376
1 2 ... 372 373 374 375 376 377 378 379 380 381 382 ... 406 407

Komentarze do niniejszej Instrukcji

Brak uwag