Location of data in RFID chip

RfidOrigin

interface RfidOrigin {
    dg: number;
    dgTag?: number;
    entryView?: number;
    tagEntry?: number;
}

Properties

dg: number

Source data group file

RfidOrigin

dgTag?: number

Index of the source record of the image with biometric information in the information data group

RfidOrigin

entryView?: number

Index of the variant of the biometric data template

RfidOrigin

tagEntry?: number

Index of the template in the record with biometric data

RfidOrigin