iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Writing a Plugin > Using the Legacy VB.NET/C# Plugin Interface > Using the Legacy VB.NET/C# Plugin Interface to Send Messages > Defining the MessageProcessor Object |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
A plugin written in VB.NET or C# that uses the old VB.NET/C# interface uses the MessageProcessor object to communicate with an Iguana channel. This object defines the connect() method, which establishes a connection to an Iguana channel. This object also generates the events that enable your plugin to communicate with the channel. The connect() method requires four parameters:
The events generated by the MessageProcessor object when a plugin is sending messages are:
For examples of how to use the MessageProcessor object to send messages, see the VB.NET and C# examples that are included in this section.
|