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.2.6612.0 , built 2022-07-14 10:43:29 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