Click or drag to resize

DHMDeviceFactoryCreateDHM(IDHMParameters, IBaseManager) Method

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

Namespace: LynceeTec.DHM
Assembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:34 UTC
Syntax
public static IDHMDevice CreateDHM(
	IDHMParameters dhmParameters,
	IBaseManager baseManager
)

Parameters

dhmParameters  IDHMParameters
The parameters for the DHM device.
baseManager  IBaseManager
A reference to the base manager

Return Value

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