Object methods (protected)

ImqBoolean checkReadPointer( const void * pointer, const size_t length );

Verifies that the combination of pointer and length is valid for read-only access, and returns TRUE if successful.

ImqBoolean checkWritePointer( const void * pointer, const size_t length );

Verifies that the combination of pointer and length is valid for read-write access, and returns TRUE if successful.

void setCompletionCode( const MQLONG code = 0 );

Sets the completion code.

void setReasonCode( const MQLONG code = 0 );

Sets the reason code.