@regulaforensics/vp-frontend-document-components
    Preparing search index...

    Interface TrfFtBytes

    Structure is used to store an array of binary information that is a part of one of the informational data groups

    TrfFtBytes

    interface TrfFtBytes {
        Data: null | string;
        Length: number;
        Status: number;
        Type: number;
    }
    Index

    Properties

    Properties

    Data: null | string

    Binary data array. Base64 encoded.

    TrfFtBytes

    Length: number

    Length of Data array

    TrfFtBytes

    Status: number

    Result of logical analysis of compliance of the contents of the field with the requirements of the specification

    TrfFtBytes

    Type: number

    Logical type of the field

    TrfFtBytes