TransactionParser
    Preparing search index...

    Interface ILookupTable

    ILookupTable interface is a helper interface for conversion of EBCDIC data and vice versa

    interface ILookupTable {
        char: string;
        dec: number;
        desc: string;
        hex: string;
    }
    Index

    Properties

    Properties

    char: string
    dec: number
    desc: string
    hex: string