AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ BulkDone()

virtual void drama::MessageEventHandler::BulkDone ( thread::ProcessInfo  messInfo)
virtualinherited

Invoked if a bulk data done message is received.

This is invoked if the event handler is being used for a message involving sending bulk data. When this message arrives, the bulk data transfer is complete and this task is free to reuse the bulk data area.

The default behavior is a null operation. User tasks should sub-class and override this method if they want to do something else.

Parameters
messInfoDetails on the message sent.