 | DHMDeviceFactoryCreateDHM(IDHMParameters, IBaseManager) Method |
Creates a new DHM instance according to the dongle found on the machine.
Namespace: LynceeTec.DHMAssembly: LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:34 UTC
Syntaxpublic static IDHMDevice CreateDHM(
IDHMParameters dhmParameters,
IBaseManager baseManager
)
public:
static IDHMDevice^ CreateDHM(
IDHMParameters^ dhmParameters,
IBaseManager^ baseManager
)
Parameters
- dhmParameters IDHMParameters
- The parameters for the DHM device.
- baseManager IBaseManager
- A reference to the base manager
Return Value
IDHMDeviceAn instance of
DHMDeviceOffLine if there is an offline dongle, an instance of
DHMDevice otherwise.
See Also