LengthControlMode Class |
Namespace: Com.Datalogic.Decode.Configuration
The LengthControlMode type exposes the following members.
Name | Description | |
---|---|---|
JniPeerMembers | To be added. | |
None | No control | |
OneFixed | One single fixed length control | |
Range | Range length control | |
TwoFixed | Two fixed lengths control |
Name | Description | |
---|---|---|
ValueOf | Returns the enum constant of this type with the specified name. | |
Values | Returns an array containing the constants of this enum type, in
the order they are declared. |
NONE | Turn off label length check. |
ONE_FIXED | Only L1 value will be used, the only labels with a fixed L1 length will be considered valid. |
TWO_FIXED | Both L1 and L2 will be used, only labels with a fixed L1 or L2 length will be considered valid. |
RANGE | Both L1 and L2 will be used. The only labels with a length that is ranging from the minor length, between L1 and L2, to the major, again between L1 and L2, will be considered valid. If L1 is less than L2, L1 will be considered as the minor length of the desired range; otherwise the opposite. |