Click or drag to resize

HardwareManagerClose Method

Cleanly closes and dispose the physical hardware and the API resources. Init(IConfigManager, IDHMHardwareItemsUsage) or Init(IConfigManager, IDHMHardwareItemsUsage, IProgressReporter) must have been called first.

Namespace: LynceeTec.API.Hardware
Assembly: LynceeTec.API.Hardware (in LynceeTec.API.Hardware.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:35 UTC
Syntax
public static void Close()
Exceptions
ExceptionCondition
HardwareManagerNotInitializedExceptionThrown when the hardware manager wasn't initialized first
See Also