Datalogic .NET SDK
DecodeParamLimitIndicator (Enumeration)
Syntax
[Flags]
public enum DecodeParamLimitIndicator
{
ParameterUnknown = 0x80000000,
ParameterMin = 0x40000000,
ParameterMax = 0x20000000,
}
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Description
Parameter Limit Indicator Bits. These values are used by the Decode.TestParams method return value to give information about the reason for a parameter value's failure.
Name |
Value |
Description |
ParameterUnknown |
0x80000000 |
The parameter index is unknown |
ParameterMin |
0x40000000 |
The parameter minimum is out of limits |
ParameterMax |
0x20000000 |
The parameter maximum is out of limits |
See Also
Copyright © Datalogic ADC. All Right Reserved