Click or drag to resize

DHMDeviceFactoryCreateDHM Method (IDHMParameters, IBaseManager)

Creates a new DHM instance according to the dongle found on the machine.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 9.0.26418.0 , built 2021-10-22 08:45:17 UTC
Syntax
public static IDHMDevice CreateDHM(
	IDHMParameters dhmParameters,
	IBaseManager baseManager
)

Parameters

dhmParameters
Type: LynceeTec.InterfacesIDHMParameters
The parameters for the DHM device.
baseManager
Type: LynceeTec.InterfacesIBaseManager
A reference to the base manager

Return Value

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