Click or drag to resize
DHMDeviceBase Methods

The DHMDeviceBase type exposes the following members.

Methods
  NameDescription
Public methodDispose
Public methodInitDhm
Initializes the DHM hardware components in parallel. Only available after logging in. (See Login(String, SecureString)) Asynchronous function.
Public methodInitDhmSerial
Initializes the DHM hardware components one after the other. Only available after logging in. (See Login(String, SecureString)) Asynchronous function.
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.
Public methodLoadConfig(Int32, Int32, IProgressInt32)
Loads a configuration and sets the hardware parameters accordingly. Can only be called after initialization is done. Asynchronous function.
Public methodLogin
Logs a user in the DHM device.
Public methodLogout
Logs out the user and resets the initialization of the device
Top
See Also