SMetrID V3 Library - manuál programátora
C#
C#
Show/Hide TOC
Serial
Communicator
.
Change
Parity Method
Meni paritu. Vraci true, pokud byla parita zmenena.
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
bool
ChangeParity
(
string
parity, CancellationToken cancelToken
)
Parameters
parity
String
Hodnota typu Parity jako string.
cancelToken
CancellationToken
Return Value
Boolean
Implements
ISerialPort
.
ChangeParity(String, CancellationToken)
See Also
Reference
SerialCommunicator Class
OddPrg.Communication.Serial Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also