Number of bytes received from COM port that fires OnReceive event. RxThreshold is set 1 by default.
Read/Write
| Visual Basic |
RxThreshold As Long
|
|---|---|
| Visual C++ (MFC) |
long get_RxThreshold();
void put_RxThreshold(long value);
|
| Visual C++ (#import) |
LONG RxThreshold;
|