Click or drag to resize

ConfigManager Methods

The ConfigManager type exposes the following members.

Methods
  NameDescription
Public methodChangeCameraConfig
Public methodConnect
Connects a DHM device. The device will then be automatically notified if a configuration is loaded. Previously loaded configurations are not given to the DHM
(Inherited from BaseManager.)
Public methodCopyDatabase
Public methodDisconnect
Disconnects the DHM device instance.
(Inherited from BaseManager.)
Public methodDispose (Inherited from BaseManager.)
Public methodGetDHMParameters
Gets the subset of configuration parameters necessary to initialize a DHM device object.
Public methodInit
Initialize the fields read from the database and encrypted files. A user must be logged in
(Overrides BaseManagerInit.)
Public methodLoadConfigs
Loads a measurement configuration and a sample configuration. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala Asynchronous function.
Public methodLoadMeasurementConfig
Loads a measurement configuration. The sample configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala Asynchronous function.
Public methodLoadSampleConfig
Loads a sample configuration. The measurement configuration does not change. If a DHM device is connected, the configuration will automatically be transmitted. Only relevant for old Koala Asynchronous function.
Public methodUnloadConfigs
Unloads the current configurations (both the Measurement configuration and the Sample configuration). If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Public methodUnloadMeasurementConfig
Unloads the current measurement configuration. The sample configuration does not change. This has no effect on the currently connected DHM. Only relevant for old Koala
Public methodUnloadSampleConfig
Unloads the current sample configuration. The default sample configuration is loaded instead. The measurement configuration does not change. If a DHM device is connected, the modification will automatically be transmitted. Only relevant for old Koala
Top
See Also