Home
last modified time | relevance | path

Searched refs:CtsHolding (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialPort/
H A DHandshake.cs298 … TimeoutException thrown when CtsHolding={0} with Handshake={1}", com1.CtsHolding, com1.Handshake); in VerifyRTSHandshake()
315 … TimeoutException thrown when CtsHolding={0} with Handshake={1}", com1.CtsHolding, com1.Handshake); in VerifyRTSHandshake()
327 … TimeoutException thrown when CtsHolding={0} with Handshake={1}", com1.CtsHolding, com1.Handshake); in VerifyRTSHandshake()
606 if (!com2.CtsHolding) in VerirfyRTSBufferFull()
613 if (com2.CtsHolding) in VerirfyRTSBufferFull()
625 if (com2.CtsHolding) in VerirfyRTSBufferFull()
632 if (com2.CtsHolding) in VerirfyRTSBufferFull()
644 if (com2.CtsHolding) in VerirfyRTSBufferFull()
651 if (com2.CtsHolding) in VerirfyRTSBufferFull()
663 if (!com2.CtsHolding) in VerirfyRTSBufferFull()
[all …]
H A DWrite_str_Generic.cs420 …hake.RequestToSend == handshake || Handshake.RequestToSendXOnXOff == handshake) && com1.CtsHolding) in Verify_Handshake()
422 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
447 !com1.CtsHolding) in Verify_Handshake()
449 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DWrite_byte_int_int_Generic.cs423 …hake.RequestToSend == handshake || Handshake.RequestToSendXOnXOff == handshake) && com1.CtsHolding) in Verify_Handshake()
425 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
444 !com1.CtsHolding) in Verify_Handshake()
446 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DWrite_char_int_int_Generic.cs424 …hake.RequestToSend == handshake || Handshake.RequestToSendXOnXOff == handshake) && com1.CtsHolding) in Verify_Handshake()
426 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
447 !com1.CtsHolding) in Verify_Handshake()
449 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DWriteLine_Generic.cs431 …hake.RequestToSend == handshake || Handshake.RequestToSendXOnXOff == handshake) && com1.CtsHolding) in Verify_Handshake()
433 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
454 !com1.CtsHolding) in Verify_Handshake()
456 Fail("ERROR!!! Expected CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DRtsEnable.cs336 … Assert.True((expectedRtsEnable && com2.CtsHolding) || (!expectedRtsEnable && !com2.CtsHolding)); in VerifyRtsEnable()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/tests/SerialStream/
H A DBeginWrite_Generic.cs372 com1.CtsHolding) in Verify_Handshake()
374 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
400 !com1.CtsHolding) in Verify_Handshake()
402 Fail("ERROR!!! Expcted CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DWrite_byte_int_int_Generic.cs428 com1.CtsHolding) in Verify_Handshake()
430 Fail("ERROR!!! Expected CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
451 !com1.CtsHolding) in Verify_Handshake()
453 Fail("ERROR!!! Expected CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
H A DWriteByte_Generic.cs372 com1.CtsHolding) in Verify_Handshake()
374 Fail("ERROR!!! Expected CtsHolding={0} actual {1}", false, com1.CtsHolding); in Verify_Handshake()
397 !com1.CtsHolding) in Verify_Handshake()
399 Fail("ERROR!!! Expected CtsHolding={0} actual {1}", true, com1.CtsHolding); in Verify_Handshake()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/ref/
H A DSystem.IO.Ports.cs77 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/comms/py-pyserial/pyserial-3.5/serial/
H A Dserialcli.py228 return self._port_handle.CtsHolding
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyserial/serial/
H A Dserialcli.py219 return self._port_handle.CtsHolding
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.Ports/src/System/IO/Ports/
H A DSerialPort.cs164 public bool CtsHolding property in System.IO.Ports.SerialPort
170 return _internalSerialStream.CtsHolding;
H A DSerialStream.cs533 internal bool CtsHolding property in System.IO.Ports.SerialStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/sys/system/IO/ports/
H A DSerialPort.cs207 public bool CtsHolding property in System.IO.Ports.SerialPort
213 return internalSerialStream.CtsHolding;
H A DSerialStream.cs581 internal bool CtsHolding property in System.IO.Ports.SerialStream
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.IO.Ports/
H A DSerialPort.cs187 public bool CtsHolding { property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs7886 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs7595 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs7827 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs7856 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs7855 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs7827 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs7827 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs7846 public bool CtsHolding { get { throw null; } } property in System.IO.Ports.SerialPort

12