![]() | HardwareManager Methods |
The HardwareManager type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Close |
Cleanly closes and dispose the physical hardware and the API resources. Init must have been called first.
|
![]() ![]() | Init(IConfigManager, IDHMHardwareItemsUsage) |
Entry point to the Hardware API. This function initializes the DHM hardware. Call this function before any hardware interaction.
The Lyncée Tec APIs Environment must have been started before.
Note that when accessing real hardware items, this call can take some time to execute.
|
![]() ![]() | Init(IConfigManager, IDHMHardwareItemsUsage, IProgressReporter) |
Entry point to the Hardware API. This function initializes the DHM hardware. Call this function before any hardware interaction.
The Lyncée Tec APIs Environment must have been started before.
Note that when accessing real hardware items, this call can take some time to execute.
|