This interface consists of properties supported by the Predefined Flow Control Object.
This interface is exposed by the global object flowControl
.
interface IPredefinedFlowControl {
// Properties
${none}: ${IFlowControl};
${software}: ${IFlowControl};
${hardware}: ${IFlowControl};
}
// This interface is not available in managed environment
// This interface is not available in native environment
none: ${IFlowControl};
// This property is not available in managed environment
// This property is not available in native environment
Returns flow control objects corresponding to “No flow control” setting.
software: ${IFlowControl};
// This property is not available in managed environment
// This property is not available in native environment
Returns flow control objects corresponding to “Software flow control” setting.
hardware: ${IFlowControl};
// This property is not available in managed environment
// This property is not available in native environment
Returns flow control objects corresponding to “Hardware flow control” setting.