Interface RfidInfo

interface RfidInfo {
    allPaper: number;
    barCode: string;
    consumablesType: LabelType;
    serialNumber: string;
    tagPresent: boolean;
    usedPaper: number;
    uuid: string;
}

Properties

allPaper: number
barCode: string
consumablesType: LabelType
serialNumber: string
tagPresent: boolean
usedPaper: number
uuid: string