Fix set of public Handshake interface to remove circular reference.
This commit is contained in:
parent
ba181b8206
commit
90ad497d35
@ -709,8 +709,8 @@ namespace PInvokeSerialPort
|
|||||||
get { return _handShake; }
|
get { return _handShake; }
|
||||||
set
|
set
|
||||||
{
|
{
|
||||||
Handshake = value;
|
_handShake = value;
|
||||||
switch (Handshake)
|
switch (_handShake)
|
||||||
{
|
{
|
||||||
case Handshake.None:
|
case Handshake.None:
|
||||||
TxFlowCts = false; TxFlowDsr = false; TxFlowX = false;
|
TxFlowCts = false; TxFlowDsr = false; TxFlowX = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user