SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Serial
Communicator
Set
Rts Method
Nastaví nebo smaže RTS. Funguje pouze, pokud je otevřený COM.
Definition
Namespace:
OddPrg.Communication.Serial
Assembly:
OddPrg.Communication.Serial (in OddPrg.Communication.Serial.dll) Version: 2.0.0.2 (2.0.0.2)
C#
Copy
public
void
SetRts
(
bool
value
)
Parameters
value
Boolean
Implements
ISerialPort
SetRts(Boolean)
See Also
Reference
SerialCommunicator Class
OddPrg.Communication.Serial Namespace
In This Article
Definition
Parameters
Implements
See Also