Click or drag to resize

DHMDeviceFactoryCreateDHM Method

Creates a new DHM instance.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.1.17212.0 8_1_dev af417e8, built 2019-10-03 13:47:41 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