Exposes actual EndXferJob value during transfer ready event. May help #56.

This commit is contained in:
Eugene Wang
2016-02-15 19:33:22 -05:00
parent 86bf6efe34
commit 870ecd64a4
8 changed files with 45 additions and 20 deletions

View File

@@ -2129,7 +2129,7 @@ namespace NTwain.Data
/// than None. If this is not 0, the application should expect more data
/// from the driver according to CapJobControl settings.
/// </summary>
public uint EndOfJob { get { return _eOJ; } }
public EndXferJob EndOfJob { get { return (EndXferJob)_eOJ; } }
}