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.Protocols.Flag1Assembly: OddPrg.Protocols.Flag (in OddPrg.Protocols.Flag.dll) Version: 2.0.0.7 (2.0.0.7)
public delegate void ChangeComParamsProc(
int? baud,
string parity,
int? dataBitsCount,
string stopBits,
CancellationToken cancelToken
)
- baud NullableInt32
- parity String
- dataBitsCount NullableInt32
- stopBits String
- cancelToken CancellationToken