Datalogic .NET SDK
DecodeParamLimit (Struct)
Syntax
[StructLayout(LayoutKind.Sequential)]
public struct DecodeParamLimit
{
public Int32 index;
public Int32 min;
public Int32 max;
}
Namespace : Datalogic.API
Assembly : Datalogic.API.DLL
Description
Structure that returns or sets the decoder parameter limits.
Type |
Name |
Default Value |
Description |
Int32 |
index |
None |
Index of a parameter to read or write. |
Int32 |
min |
None |
Minimum value the parameter. |
Int32 |
max |
None |
Maximum value the parameter. |
Copyright © Datalogic ADC. All Right Reserved