 | DHMHardwareItemsUsage Constructor (IBaseManager, HardwareItemUsage) |
Creates a new 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: 9.0.26418.0 , built 2021-10-22 08:45:17 UTC
Syntaxpublic DHMHardwareItemsUsage(
IBaseManager baseManager,
HardwareItemUsage usageForAllHardwareItems
)
public:
DHMHardwareItemsUsage(
IBaseManager^ baseManager,
HardwareItemUsage usageForAllHardwareItems
)
Parameters
- baseManager
- Type: LynceeTec.InterfacesIBaseManager
A reference to the config manager - usageForAllHardwareItems
- Type: LynceeTec.InterfacesHardwareItemUsage
Usage set for all the hardware items
See Also