Click or drag to resize

SDK modifications from version 8.2.x to 9.0.x

This topic contains the following sections:

This page describes the modifications of the SDK interface introduced in version 9.0.x.

Functions modifications
  • In the BaseManager class, and thus also in the derived ConfigManager class, the Connect and Disconnect methods have been renamed LinkDhmDevice and UnlinkDhmDevice respectively, to better reflect their function.

  • In the DHMDeviceFactory class, the CreateDHM function now takes the ConfigManager instance as argument (instead of the UserManager).

Note Note

Note that it is now possible to use the Environment API for easier initialization of the Lyncée Tec SDK main classes. But the classical initialization via the SDK is also valid.

New Features
See Also