Installation manual
STAR-LINK™
36
3
IDL
[id(18), helpstring("method SetLostFrameBehaviour")] HRESULT
SetLostFrameBehaviour(VARIANT_BOOL Send2PC, short TimeNotify, short
TimeGoingOn);
INPUT PARAMETERS
Send2PC as Boolean
TimeNotify as short
TimeGoingOn as short
Default parameters are:
SendtoPC = TRUE
TimeNotify = 1
TimeGoingOn = 10
OUTPUT VALUE
None
EXAMPLE
...
‘ Set Lost Frame Behaviour
RFNCCTL.SetLostFrameBehaviour True, 0, 10
...