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.

Definition

Namespace: OddPrg.Protocols.Flag1
Assembly: OddPrg.Protocols.Flag (in OddPrg.Protocols.Flag.dll) Version: 2.0.0.7 (2.0.0.7)
C#
public delegate void ChangeComParamsProc(
	int? baud,
	string parity,
	int? dataBitsCount,
	string stopBits,
	CancellationToken cancelToken
)

Parameters

baud  NullableInt32
parity  String
dataBitsCount  NullableInt32
stopBits  String
cancelToken  CancellationToken

Return Value

See Also