ChangeComParamsProc Delegate
Delegate for changing of more than one communication parameter in one step (procedure).
Use null value, if you want to keep some parameters without change.
Namespace: OddPrg.Communication.HdlcAssembly: OddPrg.Communication.Hdlc (in OddPrg.Communication.Hdlc.dll) Version: 2.0.0.3 (2.0.0.3)
public delegate void ChangeComParamsProc(
int? baud,
string parity,
int? dataBitsCount,
string stopBits,
CancellationToken cancelToken
)
- baud NullableInt32
- parity String
- dataBitsCount NullableInt32
- stopBits String
- cancelToken CancellationToken