enum

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

Instance methods

ascii?

Returns true if this enum value equals ASCII

Source
bcd?

Returns true if this enum value equals BCD

Source
binary?

Returns true if this enum value equals Binary

Source
ebcdic?

Returns true if this enum value equals EBCDIC

Source