SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
Serial
Communicator
Set
Dtr Method
Nastaví nebo smaže DTR. 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
SetDtr
(
bool
value
)
Parameters
value
Boolean
Implements
ISerialPort
SetDtr(Boolean)
See Also
Reference
SerialCommunicator Class
OddPrg.Communication.Serial Namespace
In This Article
Definition
Parameters
Implements
See Also