SerialPortInterval Property |
Time interval between two receivings in milliseconds (frequency).
It must be a positive value.
The default value is 100.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic int Interval { get; set; }Public Property Interval As Integer
Get
Set
public:
property int Interval {
int get ();
void set (int value);
}member Interval : int with get, set
/** @property */
public int get_Interval()
/** @property */
public void set_Interval(int value)
function get Interval () : int
function set Interval (value : int)
function get_Interval();
function set_Interval(value);
PROPERTY Interval AS LONG GET SET
No code example is currently available or this language may not be supported.
Property Value
Int32
See Also