![]() |
IMPORTANT To call IWorksController methods, plugins must first implement the IControllerClient interface. See “IControllerClient interface” .VWorks software implements the IWorksController interface. Plugins must call IWorksController methods to do the following:
• Notify VWorks software about user activities
• Communicate with another plugin using VWorks software as the intermediary
• Tell VWorks software to perform certain actions
• Request information from VWorks software
• Return information to VWorks softwareIMPORTANT All VWorks device driver plugins must implement the IWorksDriver, IControllerClient, and IWorksDiags interfaces.