Click or drag to resize

DHMDeviceFactoryCreateDHM Method

Creates a new DHM instance.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 7.3.77.25127 8_0_dev ee7cc19, built 2018-08-31 12:03:08 UTC
Syntax
public static DHMDeviceBase CreateDHM(
	IDHMParameters dhmParameters,
	IUserManager userManager
)

Parameters

dhmParameters
Type: LynceeTec.InterfacesIDHMParameters
The parameters for the DHM device.
userManager
Type: LynceeTec.InterfacesIUserManager
A reference to the user manager, so that the DHM device automatically logs in/out when a user logs in/out of the user manager.

Return Value

Type: DHMDeviceBase
An instance of DHMDeviceOffLine if there is an offline dongle, an instance of DHMDevice otherwise.
See Also