Serial Port Monitor - Software Serial Port sniffer, logger & protocol analyzer for Windows
Download Device Monitoring Studio Hide this button

IPredefinedFlowControl Interface

This interface consists of properties supported by the Predefined Flow Control Object.

This interface is exposed by the global object flowControl.

Declaration

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

IPredefinedFlowControl Properties

none

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

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

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.