This section of the developer’s guide provides an outline for creating a custom IDL driver. It includes inline code references to some sample C++ code that implements a simple example IDL custom driver. This driver example demonstrates the general architecture and flow of an IDL a custom driver and uses the primary IDL library calls. In place of communicating to actual third-party devices using a custom protocol devices, this example outputs information to the SmartServer IoT console to show you the general software flow for an IDL a custom driver instance (IDI), and the data passed between a driver instance and the IDL library itself.
This example includes the following files.
...