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

◆ Report()

void drama::BulkDataArg::Report ( unsigned  bytes)
inherited

Notify DRAMA of the number of bulk data bytes used/processed.

This method allows you to notify the sender of bulk data of the progress of your use of the bulk data. The sender receives an DITS_REA_BULK_TRANSFERRED entry indicates the number of bytes has been used and can fetch details using DitsGetEntBulkInfo(3).

Note, if is not considered a failure if the task which sent the bulk data has disappeared and this is report will then be quietly ignored.

Parameters
bytesThe number of bytes which have been processed.