RxThreshold Property

Number of the bytes received from the COM port that fires OnReceive event. RxThreshold is set to 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;