IWorksController interface
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
Return information to VWorks software
This section defines the IWorksController interface methods.
IMPORTANT All VWorks device driver plugins must implement the IWorksDriver, IControllerClient, and IWorksDiags interfaces.
This section contains the following topics: