Click or drag to resize

SerialPortReadTotalTimeoutMultiplier Property

Multiplier used to calculate the total time-out period for read operations, in milliseconds. For each read operation, this value is multiplied by the requested number of bytes to be read. The default value is 0.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public uint ReadTotalTimeoutMultiplier { get; set; }

Property Value

UInt32
See Also