RxThreshold Property

Number of bytes received from COM port that fires OnReceive event. RxThreshold is set 1 by default.

Access

Read/Write

Syntax

Visual Basic RxThreshold As Long
Visual C++ (MFC) long get_RxThreshold(); void put_RxThreshold(long value);
Visual C++ (#import) LONG RxThreshold;