Installation manual
STAR-LINK™
24
3
PROPERTY TIMER
PURPOSE
Time between two consecutive data events.
DESCRIPTION
When you select the Asynchro operating mode, this property allows selecting the
minimum time between two consecutive data events sent from the ActiveX to the
container.
IDL
[propget, id(16), helpstring("property Timer")] HRESULT Timer([out, retval] short
*pVal);
[propput, id(16), helpstring("property Timer")] HRESULT Timer([in] short newVal);
DATA TYPE
Short
POSSIBLE VALUES
The control accept only the values in 100, 2000 range:
The default value is 500.
EXAMPLE
...
Dim iTimer as Integer
...
RFNCCTL.Timer = 100
...
iTimer = RFNCCTL.Timer
...