Merge pull request #1 from tswachter/master
Fix set of public Handshake interface to remove circular reference.
This commit is contained in:
commit
35f6f5107e
@ -709,8 +709,8 @@ namespace PInvokeSerialPort
|
||||
get { return _handShake; }
|
||||
set
|
||||
{
|
||||
Handshake = value;
|
||||
switch (Handshake)
|
||||
_handShake = value;
|
||||
switch (_handShake)
|
||||
{
|
||||
case Handshake.None:
|
||||
TxFlowCts = false; TxFlowDsr = false; TxFlowX = false;
|
||||
|
Loading…
Reference in New Issue
Block a user