Installation manual

STAR-LINK™
30
3
METHOD LOAD
PURPOSE
Loads the control configuration parameters.
DESCRIPTION
This method allows loading the control configuration parameters from the Hard Disk.
This method (with the Save method) implements a kind of persistence of the control.
All the control properties and both the Device and Base station collection are stored
on the Hard Disk.
IDL
[id(11), helpstring("method Load")] HRESULT Load([optional]VARIANT Path);
INPUT PARAMETERS
VARIANT Path
It is the path of the directory where the control can find and read its configuration file
(RFNCCTL.CFG).
OUTPUT VALUE
None
EXAMPLE
...
‘ Load control parameters and open line
RFNCCTL.Load “C:\ RFNCCTL\Settings”
RFNCCTL.OpenLine
RFNCCTL.OpenNetwork
...