2.2.2.23.2.1 FLOWCONTROLCLASS

The FLOWCONTROLCLASS enumeration specifies the type of flow control, if any, supported.

 typedef  enum _FLOWCONTROLCLASS
 {
   FlowControl_None,
   FlowControl_Hardware,
   FlowControl_Software
 } FLOWCONTROLCLASS;

FlowControl_None:  Flow control is not enabled.

FlowControl_Hardware:  Hardware flow control is enabled.

FlowControl_Software:  Software flow control is enabled.