SMetrID V3 Library - manuál programátora
C#
Show/Hide TOC
ISerial
Port
Set
Rts Method
Setting RTS 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
SetRts
(
bool
rts
)
Parameters
rts
Boolean
New value of RTS flag.
See Also
Reference
ISerialPort Interface
OddPrg.Communication Namespace
In This Article
Definition
See Also