CrystalIso8583::Shared::Codec::LengthEncoding
Inherits Enum < Comparable < Value < Object
Variable-length field prefix sub-encoding. Binary means a raw
unsigned integer of binary_length_byte_size bytes (see
Codec::Configurable), not a digit-character or BCD-nibble encoding.
Constants
ASCII = 0
BCD = 1
EBCDIC = 2
Binary = 3