4 references to RTS_CONTROL_ENABLE
System (4)
sys\system\io\ports\SerialStream.cs (4)
290
SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.
RTS_CONTROL_ENABLE
);
465
return (fRtsControl == NativeMethods.
RTS_CONTROL_ENABLE
);
477
SetDcbFlag(NativeMethods.FRTSCONTROL, NativeMethods.
RTS_CONTROL_ENABLE
);
722
this.rtsEnable = (GetDcbFlag(NativeMethods.FRTSCONTROL) == NativeMethods.
RTS_CONTROL_ENABLE
);