Class methods (public)
- static ImqBoolean structureIdIs( const char * structure-id-to-test, const ImqMessage & msg );
- Returns TRUE if the structure id of the next ImqItem
in the incoming msg is the same as structure-id-to-test.
The next item is identified as that part of the message buffer currently addressed
by the ImqCache data pointer. This method relies on
the structure id and therefore is not guaranteed to
work for all ImqItem derived classes.