Click or drag to resize

DHMDeviceBaseInitDhm Method

Initializes the DHM hardware components in parallel. Only available after logging in. (See Login(IUser)) Asynchronous function.

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.2.31040.0 8_2_dev 785396c, built 2020-09-23 07:47:08 UTC
Syntax
public Task InitDhm(
	IProgressReporter progress
)

Parameters

progress
Type: LynceeTec.InterfacesIProgressReporter
Provider for progress update. Can be null.

Return Value

Type: Task

Implements

IDHMDeviceInitDhm(IProgressReporter)
Exceptions
ExceptionCondition
InvalidOperationExceptionIf no user is logged in, or if an init task is already running
See Also