mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-25 18:00:27 +08:00
Placeholder for 2.3 operations.
This commit is contained in:
@@ -124,5 +124,7 @@ namespace NTwain.Triplets
|
||||
Session.VerifyState(4, 6, DataGroups.Control, DataArgumentType.Capability, Message.Set);
|
||||
return PInvoke.DsmEntry(Session.AppId, Session.SourceId, Message.Set, capability);
|
||||
}
|
||||
|
||||
//TODO implement SetConstraint
|
||||
}
|
||||
}
|
||||
@@ -4,6 +4,8 @@ using NTwain.Values;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
{
|
||||
// TODO: implement this
|
||||
|
||||
public sealed class XferGroup : OpBase
|
||||
{
|
||||
internal XferGroup(ITwainSessionInternal session) : base(session) { }
|
||||
|
||||
Reference in New Issue
Block a user