Difference between revisions of "IComComponent"

From AdvancedHMI
Jump to: navigation, search
(Created page with "== IComComponent Interface == AdvancedHMI's controls work by requesting or sending data to a driver. In order for a single control to work with any driver, the driver's must...")
(No difference)

Revision as of 09:08, 3 September 2016

IComComponent Interface

AdvancedHMI's controls work by requesting or sending data to a driver. In order for a single control to work with any driver, the driver's must implement a common interface. This interface is defined as the IComComponent. All AdvancedHMI drivers implement the methods and properties defined by this interface.