iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Iguana > Working With Plugins > Using a Destination Plugin |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
A destination plugin is a plugin that receives messages from the To Plugin component of an Iguana channel. Destination plugins use the Destination object, which is defined in the Iguana plugin libraries, to establish a connection to an Iguana channel. This object also generates the events that enable the destination plugin to communicate with the channel. The Connect() method, which is defined in the Destination object, establishes the connection to the Iguana channel. This method requires three parameters: The Connect() method requires three parameters:
The following table lists the methods and properties defined for the Destination object:
The events that the Destination object needs to respond to are:
The easiest way to write a plugin that receives messages is to use Chameleon to generate the plugin stubcode for you. For information on how to do this, refer to the page for the language in which you are writing the plugin:
|