Click or drag to resize

DHMDeviceFactoryCreateDHM Method

Creates a new DHM instance.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.0.35712.0 8_0_dev 871fc1e, built 2019-04-05 12:56:57 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