SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
ISerial
Port
Set
Dtr Method
Setting DTR flag to a desired value.
Definition
Namespace:
OddPrg.Communication
Assembly:
OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
Copy
void
SetDtr
(
bool
dtr
)
Parameters
dtr
Boolean
Value of DTR flag.
See Also
Reference
ISerialPort Interface
OddPrg.Communication Namespace
In This Article
Definition
See Also