Click or drag to resize
DHMDeviceFactoryCreateDHM Method
Creates a new DHM instance.

Namespace: LynceeTec.DHM
Assembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 6.5.0.22 DocUpdate 6777a38, built 2017-12-08 13:19:26 UTC
Syntax
public static DHMDeviceBase CreateDHM(
	HardwareConfiguration hardwareConfiguration,
	bool useExternalCamera = false
)

Parameters

hardwareConfiguration
Type: LynceeTec.DHMHardwareConfiguration
The hardware configuration.
useExternalCamera (Optional)
Type: SystemBoolean
if set to true [use external camera]. Default set to false

Return Value

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