GXDN: Gurux Developer Network
Flow Enumeration
NamespacesGurux.SMSFlow
Determines the flow control to be used. Flow control in serial communications provides a mechanism for suspending communications while one of the devices is busy or for some reason cannot do any communication. There are traditionally two types of flow control: hardware and software.
Members
Member Description
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.

Disable
Flow control is not used. Integer value=0.
If not using .NET Framework, use constant GX_FLOW_DISABLE.

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

Assembly: Gurux.SMS (Module: Gurux.SMS) Version: 5.0.0.1