Click or drag to resize

DHMHardwareItemsUsageInitFromDatabase(IBaseManager, HardwareItemUsage) Method

Initialize the instance with all the hardware enabled or defined in the database (hardware configuration and enabled modules), with each hardware item set to the same usage of usageForAllHardwareItems

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 void InitFromDatabase(
	IBaseManager baseManager,
	HardwareItemUsage usageForAllHardwareItems
)

Parameters

baseManager  IBaseManager
A reference to the config manager
usageForAllHardwareItems  HardwareItemUsage
Usage set for all the hardware items
See Also