Denso BHT-200QW Spezifikationen Seite 354

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 377
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 353
- 352 -
Parity
Specifies the parity scheme to be used.
Syntax
[VB]
Public Property Parity As EN_PARITY
[C#]
public EN_PARITY Parity {get; set}
Property
Parity
Parameter values
: As listed in EN_PARITY
NOPARITY, ODDPARITY, EVENPARITY (connector interface communication)
NOPARITY (IrDA communication)
Default value
: EN_PARITY.NOPARITY
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 parity bit to none.
[VB] MyFileTransfer.Parity = FileTransfer.EN_PARITY.NOPARITY
[C#] MyFileTransfer.Parity = FileTransfer.EN_PARITY.NOPARITY;
Seitenansicht 353
1 2 ... 349 350 351 352 353 354 355 356 357 358 359 ... 376 377

Kommentare zu diesen Handbüchern

Keine Kommentare