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

◆ GetBulkInfo()

DitsBulkInfoType drama::EntryInfo::GetBulkInfo ( ) const
inline

Return bulk transfer info.

This information is valid when the entry reason is EntryCode::BulkTransferred or EntryCode::BulkDone.

The fields in DitsBulkInfoType of interest are as follows

TotalBytes => This is the total number of bytes to be transferred. Taken from the original sending call. TransferredBytes => This is the number of bytes

Returns
Information on a bulk transfer.