Click or drag to resize
DHMDeviceOffLine Class
Implementation of the DHM Device for full offline mode, when using the offline dongle.
Inheritance Hierarchy

Namespace: LynceeTec.DHM
Assembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 6.5.0.22 DocUpdate 6777a38, built 2017-12-08 13:19:26 UTC
Syntax
public class DHMDeviceOffLine : DHMDeviceBase

The DHMDeviceOffLine type exposes the following members.

Properties
  NameDescription
Public propertyCamera
Gets the camera controller. Access to the camera is done through this property.
(Inherited from DHMDeviceBase.)
Public propertyCurrentConfiguration
Gets the current configuration of the hardware.
(Inherited from DHMDeviceBase.)
Public propertyEnabledModules
Gets a list showing which of the DHM modules are enabled.
(Inherited from DHMDeviceBase.)
Public propertyHoloSource
Gets an hologram source which can provide both holograms coming from the drive and from the camera.
(Inherited from DHMDeviceBase.)
Public propertyIsLoggedIn
Gets a value indicating whether a user is logged in.
(Inherited from DHMDeviceBase.)
Public propertyIsOnline
Gets a value indicating whether the system is online (i.e. communicating with the enabled physical hardware, not simulating it)
(Inherited from DHMDeviceBase.)
Public propertyLaserSourcesController
Gets the laser sources controller. Access to each laser source is done through this property.
(Inherited from DHMDeviceBase.)
Public propertyMotors
Gets the motors manager. Access to each motor is done through this property.
(Inherited from DHMDeviceBase.)
Public propertyStage
Gets the stage controller. Access to the camera is done through this property.
(Inherited from DHMDeviceBase.)
Public propertyTurretManager
Gets the turret manager. Access to each turret is done through this property.
(Inherited from DHMDeviceBase.)
Public propertyUser
Gets the user currently logged in the DHM device.
(Inherited from DHMDeviceBase.)
Top
Methods
  NameDescription
Public methodDispose (Inherited from DHMDeviceBase.)
Public methodInitDhm
Initializes the DHM hardware components in parallel. Only available after logging in. (See Login(String, SecureString)) Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodInitDhmSerial
Initializes the DHM hardware components one after the other. Only available after logging in. (See Login(String, SecureString)) Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodLoadConfig(Int32, DictionaryMotorizedDevicesType, Single, IProgressInt32)
Loads a configuration and sets the hardware parameters accordingly. Can only be called after initialization is done. Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodLoadConfig(Int32, Int32, IProgressInt32)
Loads a configuration and sets the hardware parameters accordingly. Can only be called after initialization is done. Asynchronous function.
(Inherited from DHMDeviceBase.)
Public methodLogin
Logs a user in the DHM device.
(Inherited from DHMDeviceBase.)
Public methodLogout
Logs out the user and resets the initialization of the device
(Inherited from DHMDeviceBase.)
Top
See Also