Note: This API is now obsolete.
Time interval between two receivings in milliseconds (frequency).
Same as Interval.
Namespace: ZylSoft.SerialAssembly: 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; }<ObsoleteAttribute("This property is obsolete. Use Interval property instead.",
false)>
Public Property Delay As Integer
Get
Setpublic:
[ObsoleteAttribute(L"This property is obsolete. Use Interval property instead.",
false)]
property int Delay {
int get ();
void set (int value);
}[<ObsoleteAttribute("This property is obsolete. Use Interval property instead.",
false)>]
member Delay : int with get, set/** @property */
/** @attribute ObsoleteAttribute("This property is obsolete. Use Interval property instead.",
false) */
public int get_Delay()
/** @property */
/** @attribute ObsoleteAttribute("This property is obsolete. Use Interval property instead.",
false) */
public void set_Delay(int value)
function get Delay () : int
function set Delay (value : int)
function get_Delay();
function set_Delay(value);
[ObsoleteAttribute("This property is obsolete. Use Interval property instead.",
FALSE)]
PROPERTY Delay AS LONG GET SET No code example is currently available or this language may not be supported.
Property Value
Int32
Remarks
Obsolete. Use Interval instead.
See Also