DHMDevice Methods |
The DHMDevice type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from DHMDeviceBase.) | |
| InitDhm |
Initializes the DHM hardware components in parallel.
Only available after logging in. (See Login(String, SecureString))
Asynchronous function.
(Inherited from DHMDeviceBase.) | |
| InitDhmSerial |
Initializes the DHM hardware components one after the other.
Only available after logging in. (See Login(String, SecureString))
Asynchronous function.
(Inherited from DHMDeviceBase.) | |
| LoadConfig(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.) | |
| LoadConfig(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.) | |
| Login |
Logs a user in the DHM device.
(Inherited from DHMDeviceBase.) | |
| Logout |
Logs out the user and resets the initialization of the device
(Inherited from DHMDeviceBase.) |