Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDPComPortAddress::FlowControl ]
[ next: Parity ]
[ prev: ErrorValue ]
__published:
__property dword FlowControl = { read=FGetFlowControl, write=FSetFlowControl, default=0 };
TDPCOMPORTADDRESS::FLOWCONTROL
[ component property ]
- Description
The FlowControl property defines which method of flow control is being used on the COM port.
The possible values are:
DPCPA_NOFLOW No Flow Control.
DPCPA_DTRFLOW Hardware DTR flow control.
DPCPA_RTSFLOW Hardware RTS flow control
DPCPA_RTSDTRFLOW Hardware RTS and DTR flow control.
DPCPA_XONXOFFFLOW Software XON/XOFF flow control.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|