GXDN: Gurux Developer Network
Flow Enumeration
NamespacesGurux.SerialFlow
Determines the flow control. In serial communication, the flow control provides a mechanism for suspending communication, if one of the devices is busy, or for some other reason cannot communicate. Traditionally, there is two types of flow control: hardware and software.
Members
Member Description
Disable
Flow control is not used. Integer value=0.
If not using .NET Framework, use constant GX_FLOW_DISABLE.

Software
Software flow control is used. Integer value=2.
If not using .NET Framework, use constant GX_FLOW_SW.

Hardware
Hardware flow control is used. Integer value=1.
If not using .NET Framework, use constant GX_FLOW_HW.

Remarks
If not using .NET Framework, enumeration is GX_FLOW.
See Also

Assembly: Gurux.Serial (Module: Gurux.Serial) Version: 5.0.0.2