mirror of
https://github.com/soukoku/ntwain.git
synced 2025-12-29 02:05:04 +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) { }
|
||||
|
||||
13
NTwain/Triplets/DGImage/DGImage.Filter.cs
Normal file
13
NTwain/Triplets/DGImage/DGImage.Filter.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using NTwain.Data;
|
||||
using NTwain.Values;
|
||||
using System;
|
||||
|
||||
namespace NTwain.Triplets
|
||||
{
|
||||
public sealed class Filter : OpBase
|
||||
{
|
||||
internal Filter(ITwainSessionInternal session) : base(session) { }
|
||||
|
||||
//TODO: implement this
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user