The third method is referred to as "Callback" processing. When a packet is received the Incoming
Message Object determines which CIGI Class Library object unpacks the data and then determines
which "Callback" processing routine is called. The call back is a routine that has the form
void name(CigiBasePacket *Packet)
Each routine processes the packet for which it is written and registered.