Overloaded ImqItem methods

virtual ImqBoolean copyOut( ImqMessage & msg );

Copies the data to the message buffer, replacing any existing content. Sets the msg format to MQFMT_NONE.

See the ImqItem class method description for further details.

virtual ImqBoolean pasteIn( ImqMessage & msg );

Sets the data by transferring the remaining data from the message buffer, replacing the existing data.

To be successful, the ImqMessage format must be MQFMT_NONE.

See the ImqItem class method description for further details.