Denso BHT-400-CE Reference Manual page 322

Bar code handy terminal class library reference manual
Table of Contents

Advertisement

StopBits
Specifies the number of stop bits to be used.
Syntax
[VB]
Public Property
[C#]
public EN_STOPBITS
Property
Stop bits
Parameter values: As listed in EN_STOPBITS
ONEBIT, TWOBITS (connector interface communication)
ONEBIT (IrDA communication)
Default value:
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;
StopBits
As EN_STOPBITS
StopBits
{get; set}
EN_STOPBITS. ONEBIT
- 316 -

Advertisement

Table of Contents
loading

Table of Contents