Applies To Objects
Description
Returns or sets how much data can accumulate in the receive buffer.
Syntax
object.ReceiveBuffer
Element |
Description |
object |
The ModemSetup or SerialSetup object. |
Comments
The following values indicate the size of the receive buffer. To set the property, use either a constant or a value.
Constant |
Value |
xBUFFERSIZE_2K |
0 (default) |
xBUFFERSIZE_4K |
1 |
xBUFFERSIZE_8K |
2 |
xBUFFERSIZE_12K |
3 |
xBUFFERSIZE_16K |
4 |