2.2.2.23.2.2 RECEIVEFLOWCONTROLCLASS

The RECEIVEFLOWCONTROLCLASS enumeration specifies which, if any, means of receive flow control are supported.

 typedef  enum _RECEIVEFLOWCONTROLCLASS
 {
   ReceiveFlowControl_None,
   ReceiveFlowControl_RTS,
   ReceiveFlowControl_DTR,
 } RECEIVEFLOWCONTROLCLASS;

ReceiveFlowControl_None:  No receive flow control currently.

ReceiveFlowControl_RTS:  Receive flow control Request to Send (RTS).

ReceiveFlowControl_DTR:  Receive flow control Data Terminal Ready (DTR).