QueryOperation Enumeration |
Specifies the type of operation that can be performed on a specific capability.
Namespace:
Atalasoft.Twain
Assembly:
Atalasoft.DotTwain (in Atalasoft.DotTwain.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax[FlagsAttribute]
public enum QueryOperation
<FlagsAttribute>
Public Enumeration QueryOperation
Members|
| Member name | Description |
|---|
| TWQC_NONE | No operations are allowed. |
| TWQC_GET | A MSG_GET can be performed. |
| TWQC_SET | A MSG_SET can be performed. |
| TWQC_GETDEFAULT | A MSG_GETDEFAULT can be performed. |
| TWQC_GETCURRENT | A MSG_GETCURRENT can be performed. |
| TWQC_RESET | A MSG_RESET can be peroformed. |
See Also