iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Older Versions of Iguana > Writing a Client Executable > Using a Client Executable to Send Messages > Creating the Client Executable > Defining the MessageProcessor Object |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
A client executable 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 client executable to communicate with the channel. The connect method requires three parameters:
The events generated by the MessageProcessor object when a client executable is sending messages are:
For examples of how to use the MessageProcessor object to send messages, see the VB.NET and C#.NET examples that are included in this section.
|