Click or drag to resize

SerialPortDelay Property

Note: This API is now obsolete.

Time interval between two receivings in milliseconds (frequency). Same as Interval.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
[ObsoleteAttribute("This property is obsolete. Use Interval property instead.", 
	false)]
public int Delay { get; set; }

Property Value

Int32
Remarks
Obsolete. Use Interval instead.
See Also