Incoming Message Processing
The following methods are available for processing incoming messages:
The user must decide which method or methods the user is going to use to process the
incoming packets. Either any combination of the "Event", "Signal", and "Callback"
processing methods can be used or the iteration method can be used. However, the
iteration method is not compatible with the first three methods.
All the methods actually use the proper unpacking method from the correct CIGI
Class Library unpacking object to read in the packet and unpack it. The user
then queries the CIGI Class Library object for each parameter that is needed
using the correct accessor methods. Each packet has its own CIGI Class Library
class that is used for packing, unpacking, and accessing the individual parameters.
|