Overloaded ImqItem methods

virtual ImqBoolean copyOut( ImqMessage & msg );
Writes an MQTM data structure to the message buffer, replacing any existing content. Sets the msg format to MQFMT_TRIGGER.

See the ImqItem class method description on ImqItem for further details.

virtual ImqBoolean pasteIn( ImqMessage & msg );
Reads an MQTM data structure from the message buffer.

To be successful, the ImqMessage format must be MQFMT_TRIGGER.

See the ImqItem class method description on ImqItem for further details.