Outgoing Message Processing
Once the "Session" has been setup properly, the "Outgoing Message" is also setup and ready for use.
A reference to the Outgoing Message can be obtained anytime using the following:
CigiOutgoingMsg &OutgoingMessage = Session.GetOutgoingMsgMgr();
|
|
|
Also, packets can be added to outgoing message buffer by using the shift ( << ) operator.
OutgoingMessage << IG_Control_object
|
|
|
|
|