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.Communication.Hdlc
Assembly: OddPrg.Communication.Hdlc (in OddPrg.Communication.Hdlc.dll) Version: 2.0.0.3 (2.0.0.3)
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