Installation manual

MAIN CONTROL OBJECT
29
3
METHOD GETLOSTFRAMEBEHAVIOUR
PURPOSE
Gets the parameters of the Lost Frame Behaviour
DESCRIPTION
See SetLostFrameBehaviour on page 34 for details.
IDL
[id(19), helpstring("method GetLostFrameBehaviour")] HRESULT
GetLostFrameBehaviour([out]VARIANT_BOOL *Send2PC, [out]short* TimeNotify,
[out]short* TimeGoingOn);
INPUT PARAMETERS
None
OUTPUT VALUE
Send2PC as Boolean
TimeNotify as short
TimeGoingOn as short
EXAMPLE
...
Dim SendToPC as Boolean
Dim TimeNotify as Integer
Dim TimeGoingOn as Integer
‘ Get Lost Frame Behaviour
RFNCCTL.GetLostFrameBehaviour SendToPC, TimeNotify, TimeGoingOn
...